- 21 9月, 2013 1 次提交
-
-
由 bpittore 提交于
Summary: If SUPPORTS_NATIVE_CX8 true then supports_cx8() function hard coded to return 'true' Reviewed-by: kvn, twisti, dholmes
-
- 12 9月, 2013 1 次提交
-
-
由 bpittore 提交于
Summary: Minor cleanup of static agent code from 8014135 Reviewed-by: dcubed, sspitsyn
-
- 11 9月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: rbackman, twisti, kvn Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
-
- 10 9月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Removed unused macro Reviewed-by: kvn, adlertz
-
- 05 9月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: azeemj, brutisso, kvn, tschatzl
-
- 31 8月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: skip verification for generated lambda classes Reviewed-by: kamg, dholmes
-
- 30 8月, 2013 3 次提交
-
-
由 zgu 提交于
Summary: Fixed a memory leak in FlatProfiler::record_thread_tick() method Reviewed-by: dholmes, ccheung
-
由 coleenp 提交于
Summary: declare all user-defined operator new()s within Hotspot code with the empty throw() exception specification Reviewed-by: coleenp, twisti, dholmes, hseigel, dcubed, kvn, ccheung Contributed-by: lois.foltan@oracle.com
-
由 dsamersoff 提交于
Summary: don't re-evaluate stack bounds for main thread before install guard page Reviewed-by: coleenp, dholmes, dlong
-
- 26 8月, 2013 3 次提交
-
-
由 acorn 提交于
Reviewed-by: kamg, coleenp
-
由 shade 提交于
Summary: Add the relevant test and proofread the VM messages as well Reviewed-by: coleenp, mseledtsov, dcubed
-
由 vlivanov 提交于
8022595: JSR292: deadlock during class loading of MethodHandles, MethodHandleImpl & MethodHandleNatives Reviewed-by: kvn, coleenp, dholmes
-
- 24 8月, 2013 1 次提交
-
-
由 bpittore 提交于
Summary: Added support for statically linked agents Reviewed-by: sspitsyn, bobv, coleenp
-
- 23 8月, 2013 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: acorn, sla
-
- 21 8月, 2013 2 次提交
- 20 8月, 2013 1 次提交
-
-
由 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
-
- 16 8月, 2013 2 次提交
-
-
由 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
-
由 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
-
- 15 8月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Add a list of nmethods to the RSet for a region that contain references into the region. Skip scanning the code cache during root scanning and scan the nmethod lists during RSet scanning instead. Reviewed-by: tschatzl, brutisso, mgerdin, twisti, kvn
-
- 17 8月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: fix method clone_projs() to clone all related MachProj nodes. Reviewed-by: roland, adlertz
-
- 16 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: public methods that don't need to be public should be private. Reviewed-by: kvn, twisti
-
- 15 8月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn
-
- 07 8月, 2013 1 次提交
-
-
由 adlertz 提交于
Summary: Hide private node to block mapping using public interface Reviewed-by: kvn, roland
-
- 01 8月, 2013 1 次提交
-
-
由 brutisso 提交于
Reviewed-by: tschatzl, jmasa, kvn, tamao
-
- 29 7月, 2013 1 次提交
-
-
由 iignatyev 提交于
Reviewed-by: kvn, dholmes
-
- 26 7月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
-
- 24 7月, 2013 1 次提交
-
-
由 jmasa 提交于
6990419: CMS Remaining work for 6572569: consistently skewed work distribution in (long) re-mark pauses Reviewed-by: rasbold, tschatzl, jmasa Contributed-by: yamauchi@google.com
-
- 19 7月, 2013 1 次提交
-
-
由 ccheung 提交于
Summary: this fix also removes the -XX:+UseStringCache option Reviewed-by: dholmes, acorn, iklam
-
- 17 7月, 2013 1 次提交
-
-
由 rbackman 提交于
Reviewed-by: acorn, dcubed, dsimms
-
- 11 7月, 2013 1 次提交
-
-
由 anoll 提交于
Summary: Remove obsolete code that relates to ISM which was used only on Solaris 8. Reviewed-by: kvn, twisti
-
- 10 7月, 2013 1 次提交
-
-
由 acorn 提交于
Summary: Requires: 8013789: Compiler bridges, 8015402: metafactory Reviewed-by: sspitsyn, coleenp, bharadwaj
-
- 09 7月, 2013 3 次提交
-
-
由 anoll 提交于
Summary: Limit the size of the code cache to at most 2G when arguments are checked; added regression test Reviewed-by: kvn, twisti
-
由 goetz 提交于
8020059: The flag introduced by 8014972 is not defined if Hotspot is built without a compiler (zero, ppc64 core build). Summary: define CodeCacheMinimumUseSpace flag for cppInterpeter build. Reviewed-by: kvn
-
由 iklam 提交于
Summary: Changed initial size to Chunk::tiny_size (216 bytes) Reviewed-by: coleenp, dholmes, sspitsyn
-
- 05 7月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: Dl_info struct should only be used if dladdr() has returned non-zero (no errors) and always check the dladdr() return value; Dl_info.dli_sname and Dl_info.dli_saddr fields should only be used if non-NULL; update/improve runtime/6888954/vmerrors.sh test Reviewed-by: dsamersoff, zgu, hseigel, coleenp
-
- 04 7月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Remove -Xaprof and Klass::_alloc_count & ArrayKlass::_alloc_size. Reviewed-by: stefank, coleenp
-
- 03 7月, 2013 2 次提交
-
-
由 twisti 提交于
8017571: JSR292: JVM crashing on assert "cast to instanceKlass" while producing MethodHandle for array methods with MethodHandle.findVirtual Reviewed-by: kvn
-
由 drchase 提交于
Summary: add intrinsics using new instruction to interpreter, C1, C2, for suitable x86; add test Reviewed-by: kvn, twisti
-
- 02 7月, 2013 1 次提交
-
-
由 coleenp 提交于
8015391: NPG: With -XX:+UseCompressedKlassPointers OOME due to exhausted metadata space could occur when metaspace is almost empty Summary: Allocate medium chunks for class metaspace when class loader has lots of classes Reviewed-by: mgerdin, jmasa
-