- 08 3月, 2013 1 次提交
-
-
由 tamao 提交于
Summary: Deprecate MaxGCMinorPauseMillis and emit a warning if set by users Reviewed-by: brutisso, johnc Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 02 2月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: jmasa, johnc, ysr Contributed-by: michal@frajt.eu
-
- 20 2月, 2013 1 次提交
-
-
由 mgerdin 提交于
Summary: Modify WhiteBoxAPI to use interface classes from test/testlibrary instead, add ClassFileInstaller to resolve the boot class path issue Reviewed-by: ctornqvi, dsamersoff, coleenp, kvn
-
- 18 2月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, mikael
-
- 15 2月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: Fix warning messages when selected garbage collectors are excluded from the minimal jvm. Reviewed-by: dholmes, cjplummer
-
- 12 2月, 2013 1 次提交
-
-
由 coleenp 提交于
Summary: allocate method annotations and attach to ConstMethod if present Reviewed-by: dcubed, jiangli, sspitsyn, iklam
-
- 11 2月, 2013 1 次提交
-
-
由 kmo 提交于
Summary: make sure all diagnostic and experimental flag kinds are checked in Flag::is_unlocked() Reviewed-by: kvn
-
- 09 2月, 2013 1 次提交
-
-
由 morris 提交于
Summary: Set ReservedCodeCacheSize to (default value)*5 when TieredCompilation is on. Reviewed-by: kvn, twisti
-
- 21 2月, 2013 1 次提交
-
-
由 jwilhelm 提交于
Summary: jlong atomics isn't fully implemented om all 32-bit platforms so we try to avoid it. In this case the atomic add wasn't needed. Reviewed-by: dholmes, dlong
-
- 06 2月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: kvn, vlivanov Contributed-by: NIgor Ignatyev <igor.ignatyev@oracle.com>
-
- 05 2月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Flush any deferred card mark before a Java thread exits. Reviewed-by: brutisso, jmasa
-
- 04 2月, 2013 1 次提交
-
-
由 hseigel 提交于
8000968: NPG: UseCompressedKlassPointers asserts with ObjectAlignmentInBytes for > 32G CompressedOops Summary: Pick a base that works for both CompressedOpps alignment and CompressedKlassPtrs alignment. Reviewed-by: kvn, roland
-
- 02 2月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Change error messages for malformed options so the messages are more useful. Reviewed-by: mikael, kvn, nloodin
-
- 29 1月, 2013 1 次提交
-
-
由 stefank 提交于
Summary: When calculating live object regions, make sure that the alignment reserve, at the end of a TLAB, is excluded. Reviewed-by: jmasa, brutisso
-
- 26 1月, 2013 1 次提交
-
-
由 morris 提交于
Summary: removed unused IA64 specific code Reviewed-by: twisti, kvn, dholmes
-
- 25 1月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Removed depreciated kernel VM source code from hotspot VM Reviewed-by: dholmes, acorn
-
- 06 2月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: A warning message should be displayed if these options are used with the Minimal VM. Reviewed-by: dholmes, dsamersoff
-
- 24 1月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: johnc, jwilhelm, coleenp, stefank
-
- 07 2月, 2013 2 次提交
-
-
由 jwilhelm 提交于
Summary: Flags changed to be of uintx type Reviewed-by: johnc, tamao
-
由 johnc 提交于
Summary: Skip unnecessary scanning of bitmap for unmarked humongous objects/regions. Reviewed-by: jwilhelm, johnc Contributed-by: NTao Mao <tao.mao@oracle.com>
-
- 24 1月, 2013 1 次提交
-
-
由 jprovino 提交于
Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
-
- 22 1月, 2013 3 次提交
-
-
由 dcubed 提交于
Summary: check_for_valid_safepoint_state() only applies to blocking VM ops Reviewed-by: acorn, dholmes, dice, sspitsyn Contributed-by: karen.kinnear@oracle.com
-
由 dcubed 提交于
Summary: misc correctness fixes Reviewed-by: acorn, dholmes, dice, sspitsyn Contributed-by: dave.dice@oracle.com
-
由 dcubed 提交于
Summary: Add missing Handle. Reviewed-by: acorn, dholmes, dice, sspitsyn Contributed-by: karen.kinnear@oracle.com
-
- 17 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Define jlong as long on all LP64 platforms and add JLONG_FORMAT macro. Reviewed-by: dholmes, coleenp, mikael, kvn
-
- 16 1月, 2013 1 次提交
-
-
由 sla 提交于
Reviewed-by: sla, dholmes Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 15 1月, 2013 4 次提交
-
-
由 stefank 提交于
Reviewed-by: coleenp, dholmes
-
由 mikael 提交于
Summary: Added assertion to catch problem earlier and removed the unused field Reviewed-by: dholmes, acorn
-
由 vladidan 提交于
Summary: Adding more detailed output on CodeCache usage Reviewed-by: kvn, vladidan Contributed-by: NAlexander Harlap <alexander.harlap@oracle.com>
-
由 coleenp 提交于
Summary: This patch addresses an alignment trap due to the storage format of method parameters data in constMethod. It also adds code to validate constant pool indexes for method parameters data. Reviewed-by: jrose, dholmes Contributed-by: eric.mccorkle@oracle.com
-
- 14 1月, 2013 2 次提交
-
-
由 jwilhelm 提交于
Summary: HotSpot changes to support @Contended annotation. Reviewed-by: coleenp, kvn, jrose Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
由 brutisso 提交于
Reviewed-by: dholmes, stefank Contributed-by: erik.helin@oracle.com
-
- 12 1月, 2013 1 次提交
-
-
由 zgu 提交于
Summary: Moved NMT shutdown code to JVM exit handler to ensure NMT statistics is printed when PrintNMTStatistics is enabled Reviewed-by: acorn, dholmes, coleenp
-
- 11 1月, 2013 2 次提交
-
-
由 dholmes 提交于
Reviewed-by: dholmes, mikael, rasbold Contributed-by: NJeremy Manson <jeremymanson@google.com>
-
由 mikael 提交于
Summary: Instead of passing in last_entry to all the VM_ macros just expand it in the main vmStructs.cpp file. Reviewed-by: dholmes, sspitsyn, minqi
-
- 09 1月, 2013 4 次提交
-
-
由 brutisso 提交于
Summary: Print an error message and exit the VM if UseParallalGC is combined with ParllelGCThreads==0. Also reviewed by vitalyd@gmail.com. Reviewed-by: stefank, ehelin
-
由 coleenp 提交于
Summary: Add hotspot support for parameter reflection Reviewed-by: acorn, jrose, coleenp Contributed-by: eric.mccorkle@oracle.com
-
由 hseigel 提交于
Summary: Save the alignment when writing the CDS and compare it when reading the CDS. Reviewed-by: kvn, coleenp
-
由 jiangli 提交于
Summary: Use methodHandle. Reviewed-by: coleenp, acorn, twisti, sspitsyn
-
- 05 1月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: stefank, ysr
-