- 15 4月, 2011 1 次提交
-
-
由 ysr 提交于
Summary: Removed the unused clear argument to various cardtbale methods and unused mod_oop_in_space_iterate method. Unrelated to synopsis, added a pair of clarifying parens in AllocationStats constructor. Reviewed-by: brutisso, jcoomes
-
- 14 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Allow long type for offset in G1 code in compiler implementations of Unsafe.getObject Reviewed-by: never, iveresov
-
- 09 4月, 2011 2 次提交
- 08 4月, 2011 3 次提交
-
-
由 jcoomes 提交于
Summary: ignore UseParallel{OldGCDensePrefix,OldGCCompacting,DensePrefixUpdate} Reviewed-by: jwilhelm, brutisso
-
由 jcoomes 提交于
Reviewed-by: ysr, johnc, poonam
-
由 johnc 提交于
Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer. Reviewed-by: kvn, iveresov, never, tonyp, dholmes
-
- 07 4月, 2011 1 次提交
-
-
由 jmasa 提交于
-
- 06 4月, 2011 2 次提交
- 02 4月, 2011 4 次提交
- 01 4月, 2011 5 次提交
- 31 3月, 2011 6 次提交
-
-
由 twisti 提交于
Summary: After appropriate testing, we need to turn on EnableMethodHandles and EnableInvokeDynamic by default. Reviewed-by: never, kvn, jrose, phh
-
由 twisti 提交于
Summary: 6919934 added some unguarded cmov instructions which hit a guarantee on older hardware. Reviewed-by: never, iveresov, kvn, phh
-
由 iveresov 提交于
-
由 acorn 提交于
-
由 iveresov 提交于
Summary: Remove invalid asserts Reviewed-by: never, kvn
-
由 kvn 提交于
Summary: In Ideal() method of String intrinsics nodes look for TypeAryPtr::CHARS memory slice if memory is MergeMem. Do not unroll a loop with String intrinsics code. Reviewed-by: never
-
- 30 3月, 2011 6 次提交
-
-
由 never 提交于
7031614: jmap -permstat fails with java.lang.InternalError in sun.jvm.hotspot.oops.OopField.getValue Reviewed-by: kvn, dcubed
-
由 iveresov 提交于
-
由 iveresov 提交于
Summary: Correct typo introduces in 7020521 Reviewed-by: never, kvn
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
由 iveresov 提交于
Summary: Save xmm6-xmm15 in call stub on win64 Reviewed-by: kvn, never
-
由 kvn 提交于
Summary: New AMD processors support sse4.2. Enable corresponding instructions in Hotspot. Reviewed-by: kvn Contributed-by: eric.caspole@amd.com
-
- 28 3月, 2011 3 次提交
- 27 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 26 3月, 2011 5 次提交