- 16 8月, 2013 1 次提交
-
-
由 stefank 提交于
Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages. Reviewed-by: tschatzl, dcubed, brutisso
-
- 26 8月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Explicitly specify -fno-omit-frame-pointer. Reviewed-by: coleenp, dholmes, dcubed
-
- 24 8月, 2013 1 次提交
-
-
由 dcubed 提交于
-
- 23 8月, 2013 15 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 mgronlun 提交于
Reviewed-by: acorn, sla
-
由 poonam 提交于
-
由 poonam 提交于
-
由 jiangli 提交于
-
由 jiangli 提交于
Summary: Need to check if the constant pool mapping returns 0. Reviewed-by: coleenp, sspitsyn
-
由 jmasa 提交于
-
由 iklam 提交于
-
由 sla 提交于
-
由 jmasa 提交于
-
由 iklam 提交于
Summary: Avoid dumping C++ vtable when BUILD_WIN_SA != 1 Reviewed-by: dcubed, sla, tbell
-
由 rbackman 提交于
-
由 cl 提交于
-
- 22 8月, 2013 2 次提交
-
-
由 hseigel 提交于
8023393: Need to suppress info message if -Xcheck:jni used with libjsig.dylab on Mac OSX Summary: Rewrite 7051189 test in Java, port Linux fix for 7051189 to Mac OSX. Reviewed-by: coleenp, dholmes, mseledtsov, ccheung
-
由 poonam 提交于
Reviewed-by: coleenp, sla Contributed-by: vladimir.kempik@oracle.com
-
- 21 8月, 2013 2 次提交
- 20 8月, 2013 5 次提交
-
-
由 jiangli 提交于
-
由 kevinw 提交于
-
由 ehelin 提交于
-
由 jiangli 提交于
8021948: Change InstanceKlass::_source_file_name and _generic_signature from Symbol* to constant pool indexes. Summary: Change InstanceKlass::_source_file_name and _generic_signature to u2 fields. Reviewed-by: coleenp, iklam
-
由 minqi 提交于
Reviewed-by: dcubed, dholmes Contributed-by: yumin.qi@oracle.com
-
- 19 8月, 2013 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: minqi, sla
-
- 17 8月, 2013 1 次提交
-
-
由 dcubed 提交于
-
- 16 8月, 2013 6 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 amurillo 提交于
-
由 amurillo 提交于
-
由 brutisso 提交于
-
由 hseigel 提交于
8016729: ObjectAlignmentInBytes=16 now forces the use of heap based compressed oops 8005933: The -Xshare:auto option is ignored for -server Summary: Move klass metaspace above the heap and support CDS with compressed klass ptrs. Reviewed-by: coleenp, kvn, mgerdin, tschatzl, stefank
-
由 cl 提交于
-
- 15 8月, 2013 4 次提交
- 21 8月, 2013 1 次提交
-
-
由 tschatzl 提交于
Summary: Add appropriate documentation and references to publication to allow easier analysis of the TaskQueue implementation. Reviewed-by: dholmes, ehelin
-