- 30 8月, 2013 1 次提交
-
-
由 brutisso 提交于
8019902: G1: Use the average heap size rather than the minimum heap size to calculate the region size Reviewed-by: tonyp, tschatzl, sjohanss
-
- 29 8月, 2013 1 次提交
-
-
由 jmasa 提交于
-
- 28 8月, 2013 1 次提交
-
-
由 jmasa 提交于
-
- 26 8月, 2013 3 次提交
- 24 8月, 2013 2 次提交
- 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 5 次提交
-
-
由 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
-
由 mgerdin 提交于
Summary: When using NUMA and large pages we need to ease the requirement on which node the memory should be allocated on. To avoid the SIGBUS we now use the memory policy MPOL_PREFERRED, which prefers a certain node, instead of MPOL_BIND, which requires a certain node. Reviewed-by: jmasa, pliden Contributed-by: stefan.johansson@oracle.com
-
由 poonam 提交于
Reviewed-by: coleenp, sla Contributed-by: vladimir.kempik@oracle.com
-
由 brutisso 提交于
-
由 brutisso 提交于
Reviewed-by: tonyp, tschatzl
-
- 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 3 次提交
-
-
由 jmasa 提交于
Reviewed-by: ysr, mgerdin
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
由 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
-