- 28 3月, 2013 1 次提交
-
-
由 minqi 提交于
Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away. Reviewed-by: dholmes, acorn, dcubed, jmasa Contributed-by: yumin.qi@oracle.com
-
- 26 3月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Put UseSplitVerifier option on the deprecated list. Reviewed-by: dcubed, kmo, acorn
-
- 28 3月, 2013 2 次提交
-
-
由 tschatzl 提交于
Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method. Reviewed-by: jmasa, tamao
-
由 mgerdin 提交于
Summary: Keep a counter of how many times we were stalled by the GC locker, add a diagnostic flag which sets the limit. Reviewed-by: brutisso, ehelin, johnc
-
- 20 3月, 2013 3 次提交
-
-
由 zgu 提交于
8009777: NMT: add new NMT dcmd to control auto shutdown option Summary: Added diagnostic VM option and DCmd command to allow NMT stay alive under stress situation Reviewed-by: dcubed, coleenp
-
由 coleenp 提交于
Summary: In 64bit VM move CDS archive address to 32G on all platforms using new flag SharedBaseAddress. In 32bit VM set CDS archive address to 3Gb on Linux and let other OSs pick the address. Reviewed-by: kvn, dcubed, zgu, hseigel
-
由 rdurbin 提交于
7123945: runtime/6878713/Test6878713.sh require about 2G of native memory, swaps and times out Summary: Add new diagnostic option -XX:MallocMaxTestWords=NNN and fix Test6878713.sh. Reviewed-by: dcubed, coleenp, dholmes, iklam
-
- 02 2月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: jmasa, johnc, ysr Contributed-by: michal@frajt.eu
-
- 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>
-
- 15 1月, 2013 1 次提交
-
-
由 vladidan 提交于
Summary: Adding more detailed output on CodeCache usage Reviewed-by: kvn, vladidan Contributed-by: NAlexander Harlap <alexander.harlap@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
-
- 09 1月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Save the alignment when writing the CDS and compare it when reading the CDS. Reviewed-by: kvn, coleenp
-
- 05 1月, 2013 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: stefank, ysr
-
- 03 1月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Remove bit-rotten ValidateMarkSweep functionality and flag. Reviewed-by: johnc, jmasa Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 20 12月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Added missing exception path for multidimensional array allocation and use Throwable type instead of OutOfMemoryError for allocation's exception. Reviewed-by: twisti
-
- 04 12月, 2012 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: johnc, coleenp
-
- 13 11月, 2012 2 次提交
-
-
由 minqi 提交于
Summary: When java process crashed in compiler thread, repeat the compilation process will help finding root cause. This is done with using SA dump application class data and replay data from core dump, then use debug version of jvm to recompile the problematic java method. Reviewed-by: kvn, twisti, sspitsyn Contributed-by: yumin.qi@oracle.com
-
由 hseigel 提交于
Summary: Check that the values specified for -XX:StringTableSize are within a certain range. Reviewed-by: dholmes, coleenp
-
- 06 11月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Disallow non-virtual calls even when ACC_SUPER is absent. Reviewed-by: kvn, acorn
-
- 26 10月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove support for the UseVectoredExceptions flag Reviewed-by: jcoomes, kamg Contributed-by: harold.seigel@oracle.com
-
- 25 10月, 2012 1 次提交
-
-
由 kvn 提交于
Summary: Use new x86 AES instructions for AESCrypt. Reviewed-by: twisti, kvn, roland Contributed-by: tom.deneau@amd.com
-
- 12 10月, 2012 2 次提交
- 09 10月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 06 10月, 2012 1 次提交
-
-
由 vlivanov 提交于
Summary: add LogCompilation support in C1 - both client and tiered mode. Reviewed-by: twisti, kvn
-
- 04 10月, 2012 2 次提交
- 03 10月, 2012 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: johnc
-
- 18 9月, 2012 1 次提交
-
-
由 zgu 提交于
Summary: Print out statistics of collected NMT data if it is on at VM exits Reviewed-by: kvn, coleenp, twisti
-
- 08 9月, 2012 1 次提交
-
-
由 coleenp 提交于
7196103: NPG: Unable to allocate bit map for parallel garbage collection for the requested heap size Summary: Don't allocate huge class metaspace size by default on x64 Reviewed-by: stefank, jmasa, kvn
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 11 10月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove the SharedSkipVerify flag Reviewed-by: kamg, sspitsyn, coleenp Contributed-by: harold.seigel@oracle.com
-
- 28 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, dholmes, coleenp Contributed-by: NTao Mao <tao.mao@oracle.com>
-
- 07 8月, 2012 1 次提交
-
-
由 kamg 提交于
Summary: Provide additional detail in VerifyError messages Reviewed-by: sspitsyn, acorn
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 03 7月, 2012 1 次提交
-
-
由 dholmes 提交于
Summary: change hotspot flag to be unsigned Reviewed-by: dholmes, sla, fparain, brutisso Contributed-by: NChris Dennis <cdennis@terracottatech.com>
-
- 29 6月, 2012 1 次提交
-
-
由 zgu 提交于
7151532: DCmd for hotspot native memory tracking Summary: Implementation of native memory tracking phase 1, which tracks VM native memory usage, and related DCmd Reviewed-by: acorn, coleenp, fparain
-