- 09 5月, 2013 1 次提交
-
-
由 kvn 提交于
Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
-
- 07 5月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn
-
- 01 5月, 2013 1 次提交
-
-
由 ccheung 提交于
Reviewed-by: coleenp, zgu, hseigel
-
- 29 4月, 2013 2 次提交
-
-
由 neliasso 提交于
Summary: Keep sweeping regardless of if we are flushing Reviewed-by: kvn, twisti
-
由 dholmes 提交于
Reviewed-by: dholmes, alanb, cjplummer, olagneau Contributed-by: NCarlos Lucasius <carlos.lucasius@oracle.com>
-
- 27 4月, 2013 1 次提交
-
-
由 jiangli 提交于
Summary: Change the assert to if check as MethodCounters could be NULL under TieredCompilation. Reviewed-by: kvn, twisti
-
- 26 4月, 2013 4 次提交
- 25 4月, 2013 1 次提交
-
-
由 stefank 提交于
Reviewed-by: johnc, brutisso
-
- 24 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland, rbackman Contributed-by: albert.noll@oracle.com
-
- 22 4月, 2013 1 次提交
-
-
由 dcubed 提交于
Summary: anti-delta fix for 8010992 until 8012902 can be fixed Reviewed-by: acorn, minqi, rdurbin
-
- 20 4月, 2013 2 次提交
-
-
由 sspitsyn 提交于
Summary: Lazily create and maintain the MemberNameTable to be able to update MemberName's Reviewed-by: coleenp, jrose, dholmes Contributed-by: serguei.spitsyn@oracle.com
-
由 minqi 提交于
Summary: disable use of global operator new and new[] which could cause unexpected exception and escape from NMT tracking. Reviewed-by: coleenp, dholmes, zgu Contributed-by: yumin.qi@oracle.com
-
- 17 4月, 2013 1 次提交
-
-
由 hseigel 提交于
Summary: Increase default string table size to 60013 for 64-bit platforms. Reviewed-by: coleenp, dholmes
-
- 12 4月, 2013 1 次提交
-
-
由 jiangli 提交于
8012052: java/lang/invoke/6987555/Test6987555.java crashes with assert(mcs != NULL) failed: MethodCounters cannot be NULL. Summary: Skip counter decay if the MethodCounters is NULL in NonTieredCompPolicy::delay_compilation(). Reviewed-by: kvn, dholmes
-
- 16 4月, 2013 1 次提交
-
-
由 neliasso 提交于
Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
-
- 13 4月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: remove JPRT debug builds, remove -DDEBUG -DFASTDEBUG and use ASSERT instead in sources Reviewed-by: dholmes, kvn, coleenp
-
- 10 4月, 2013 3 次提交
-
-
由 zgu 提交于
8010151: nsk/regression/b6653214 fails "assert(snapshot != NULL) failed: Worker should not be started" Summary: Fixed a racing condition when shutting down NMT while worker thread is being started, also fixed a few mis-declared volatile pointers. Reviewed-by: dholmes, dlong
-
由 jiangli 提交于
Summary: Allocate the method's profiling related metadata until they are needed. Reviewed-by: coleenp, roland
-
由 iignatyev 提交于
Reviewed-by: kvn, vlivanov
-
- 08 4月, 2013 1 次提交
-
-
由 brutisso 提交于
Summary: Allow task queues to be mmapped instead of malloced on Solaris Reviewed-by: coleenp, jmasa, johnc, tschatzl
-
- 05 4月, 2013 1 次提交
-
-
由 mikael 提交于
Summary: Add the -Wunused-function flag and remove a number of unused functions. Reviewed-by: dholmes, coleenp, kvn
-
- 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 2 次提交
- 30 3月, 2013 1 次提交
-
-
由 johnc 提交于
Summary: Some parts of the G1 heap can only be walked during a safepoint. Skip verifying these parts of the heap when verifying during JVM startup. Reviewed-by: brutisso, tschatzl
-
- 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
-
- 21 3月, 2013 3 次提交
-
-
由 roland 提交于
Summary: when possible optimize out array bound checks, inserting predicates when needed. Reviewed-by: never, kvn, twisti Contributed-by: Nthomaswue <thomas.wuerthinger@oracle.com>
-
由 rdurbin 提交于
Summary: Remove redundant checks in testMalloc and add assert. Reviewed-by: dcubed, coleenp, dholmes
-
由 tamao 提交于
Summary: Remove the related assertions becasue they do not hold here. Reviewed-by: jmasa, tschatzl Contributed-by: Ntamao <tao.mao@oracle.com>
-
- 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
-
- 18 3月, 2013 1 次提交
-
-
由 roland 提交于
Summary: support for strings that have same life-time as code that uses them. Reviewed-by: kvn, twisti
-
- 16 3月, 2013 1 次提交
-
-
由 bpittore 提交于
Reviewed-by: dlong, alanb, mduigou
-
- 15 3月, 2013 1 次提交
-
-
由 kmo 提交于
Summary: add cases for _MSC_VER == 1600 and 1700 Reviewed-by: zgu
-
- 12 3月, 2013 1 次提交
-
-
由 brutisso 提交于
Summary: Take the initial heap size into account when checking the heap size for compressed oops Reviewed-by: jmasa, kvn, hseigel, ctornqvi
-