- 27 2月, 2014 2 次提交
- 26 2月, 2014 4 次提交
-
-
由 tschatzl 提交于
Summary: Revert JDK-6976350 because it does not improve PLAB fragmentation. To the contrary, it tends to increase the amount of wasted space with many threads. Reviewed-by: brutisso
-
由 tschatzl 提交于
Summary: Move G1ParCopyClosure::copy_to_survivor_space to decrease code size. Reviewed-by: stefank, jmasa
-
由 tschatzl 提交于
Summary: Remove the assumption that G1CollectedHeap::in_cset_fast_test needs to check for NULL references. Most of the time this is not required, making the code doing this check multiple times. Reviewed-by: stefank, mgerdin, jmasa
-
由 tschatzl 提交于
Summary: Move methods that are not dependent on any of G1ParCopyClosure's template parameters into G1ParCopyHelper. Further remove unused methods and members of the class hierarchy. Reviewed-by: mgerdin, stefank
-
- 23 1月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: coleenp, ehelin, egahlin, mgronlun
-
- 08 1月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, jbachorik, egahlin, mgronlun
-
- 03 2月, 2014 1 次提交
-
-
由 sla 提交于
Reviewed-by: dholmes, acorn, kamg
-
- 23 1月, 2014 1 次提交
-
-
由 sla 提交于
8031968: Mac OS X: VM starts the agent by calling both Agent_OnAttach and Agent_OnAttach_L functions if its agent library is dynamically linked. Summary: Make sure we only look for statically linked agents in the main process image Reviewed-by: dsamersoff, bpittore, dcubed
-
- 12 2月, 2014 1 次提交
-
-
由 jmasa 提交于
Reviewed-by: kvn
-
- 23 1月, 2014 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: dsamersoff, sla
-
- 18 1月, 2014 1 次提交
-
-
由 kevinw 提交于
8028623: SA: hash codes in SymbolTable mismatching java_lang_String::hash_code for extended characters. Reviewed-by: sla, dsamersoff
-
- 22 2月, 2014 1 次提交
-
-
由 kvn 提交于
Summary: restore the flag Reviewed-by: twisti
-
- 21 2月, 2014 3 次提交
- 20 2月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 16 2月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Remove search in system dictionary and hacks, replace with verifying in CLD::_klasses list. Reviewed-by: dcubed, acorn
-
- 13 2月, 2014 1 次提交
-
-
由 katleman 提交于
-
- 12 2月, 2014 1 次提交
-
-
由 amurillo 提交于
-
- 08 2月, 2014 1 次提交
-
-
由 amurillo 提交于
-
- 07 2月, 2014 1 次提交
-
-
由 gtriantafill 提交于
Summary: Remove check for warning Reviewed-by: ctornqvi, hseigel, coleenp
-
- 05 2月, 2014 2 次提交
- 31 1月, 2014 5 次提交
-
-
由 tschatzl 提交于
8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1 Summary: The change fixes the predicate check. Reviewed-by: jmasa, tonyp, stefank
-
由 tschatzl 提交于
Summary: Clean up and slightly optimize reference handling from the GC reference task queue. Since we never push partial array chunks as narrowOop* we can manually specialize the code so that some code can be optimized away. Reviewed-by: tonyp, brutisso, stefank
-
由 tschatzl 提交于
Summary: Add test case for the VerifySilently flag. Reviewed-by: brutisso
-
由 coffeys 提交于
-
由 amurillo 提交于
-
- 30 1月, 2014 1 次提交
-
-
由 jwilhelm 提交于
Summary: Made the flags Min- and MaxHeapFreeRatio manageable, and implemented support for these flags in ParallelGC. Reviewed-by: sla, mgerdin, brutisso
-
- 31 1月, 2014 1 次提交
-
-
由 amurillo 提交于
Reviewed-by: jcoomes
-
- 29 1月, 2014 1 次提交
-
-
由 jeff 提交于
Reviewed-by: lana
-
- 27 1月, 2014 1 次提交
-
-
由 anoll 提交于
Summary: Added -Xmx256m -XX:ParallelGCThreads=4 to the test @run command. Verified that 256m is enough to trigger old 6826736 bug. Reviewed-by: kvn
-
- 24 1月, 2014 5 次提交
-
-
由 hseigel 提交于
8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass. Summary: Check if method is static before throwing exception. Reviewed-by: kamg, coleenp, lfoltan, fparain
-
由 shade 提交于
Summary: Move the option to obsolete options list, purge the redundant compiler code. Reviewed-by: kvn, jrose
-
由 roland 提交于
Summary: type methods shouldn't always operate on speculative part Reviewed-by: kvn, twisti
-
由 sspitsyn 提交于
8030027: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Linux-amd64: SIGSEGV in JavaThread::last_java_vframe(RegisterMap*)+0xfa Summary: Add a safe guard to VMOp_GetCurrentLocation against non-walkable stack of target thread exiting from Java execution Reviewed-by: mgronlun, dholmes, sla, dcubed Contributed-by: serguei.spitsyn@oracle.com
-
由 coffeys 提交于
-
- 23 1月, 2014 1 次提交
-
-
由 hseigel 提交于
-