- 02 3月, 2014 1 次提交
-
-
由 sspitsyn 提交于
Summary: It is more safe to get/update data for suspended threads at a safepoint Reviewed-by: dcubed, twisti, dholmes Contributed-by: serguei.spitsyn@oracle.com
-
- 01 3月, 2014 3 次提交
-
-
由 dsamersoff 提交于
-
由 amurillo 提交于
-
由 morris 提交于
-
- 28 2月, 2014 5 次提交
- 27 2月, 2014 6 次提交
-
-
由 stefank 提交于
Reviewed-by: mgerdin, coleenp
-
由 stefank 提交于
Reviewed-by: coleenp, pliden
-
由 roland 提交于
Summary: biased locking's revoke_bias locks monitor in compiled frame with eliminated lock Reviewed-by: kvn, iveresov
-
由 iveresov 提交于
Summary: added missing check for loop padding case. Reviewed-by: kvn, jrose
-
由 minqi 提交于
Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set. Reviewed-by: acorn, kvn Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
-
由 goetz 提交于
Summary: Avoid #ifs by introducing the accessor function interpreter_frame_temp_oop_addr(). Reviewed-by: kvn, twisti
-
- 26 2月, 2014 11 次提交
-
-
由 sla 提交于
Reviewed-by: dcubed, mgronlun
-
由 jwilhelm 提交于
Summary: Moved the test code inside INCLUDE_ALL_GCS Reviewed-by: dholmes, stefank
-
由 anoll 提交于
-
由 anoll 提交于
-
由 anoll 提交于
Summary: Provide fast lookup of checked dependencies via hashmap Reviewed-by: kvn, roland
-
由 henryjen 提交于
Reviewed-by: sla, dholmes
-
由 adlertz 提交于
Summary: Added NULL check for loopnode() in get_pre_loop_end() Reviewed-by: kvn, roland
-
由 anoll 提交于
Summary: Fixed issues with these tests Reviewed-by: kvn, twisti
-
由 roland 提交于
-
由 roland 提交于
8031752: Failed speculative optimizations should be reattempted when root of compilation is different Summary: support for speculative traps that keep track of the root of the compilation in which a trap occurs. Reviewed-by: kvn, twisti
-
由 adlertz 提交于
Summary: Change type from float to double on block frequency, and add check for +Inf - +Inf operation Reviewed-by: kvn, roland
-
- 25 2月, 2014 5 次提交
-
-
由 adlertz 提交于
Summary: Subclassed the MachSpillCopyNode with different subnodes for different spill purposes to enhance debugging / visualization Reviewed-by: kvn, roland
-
由 anoll 提交于
Summary: Ensure appropriate min. number of compiler threads (1 for non-tiered, and 2 for tiered) Reviewed-by: kvn
-
由 ehelin 提交于
-
由 adlertz 提交于
Summary: Remove dead code in Pressure::lower Reviewed-by: kvn, roland
-
由 ccheung 提交于
Summary: modified some tests to use COMPILEJAVA instead of TESTJAVA for javac and include path Reviewed-by: dholmes, mseledtsov
-
- 24 2月, 2014 8 次提交
-
-
由 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
-
由 jbachorik 提交于
4505697: nsk/jdi/ExceptionEvent/_itself_/exevent006 and exevent008 tests fail with InvocationTargetException Reviewed-by: dcubed, dholmes, sspitsyn
-
由 mgronlun 提交于
Reviewed-by: dholmes, sla
-
由 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
-
由 sspitsyn 提交于
8034867: Object references from expression stack are not visible as roots via jvmti FollowReferences and HeapDump Summary: The heap walking is inconsistent without following references from expression stack, so need to fix it Reviewed-by: coleenp, sspitsyn Contributed-by: axel.siebenborn@sap.com
-
由 hseigel 提交于
-
- 22 2月, 2014 1 次提交
-
-
由 mgronlun 提交于
Reviewed-by: kvn, sla, coleenp, sspitsyn
-