- 07 11月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: use unsigned DIV instruction Reviewed-by: never
-
- 06 11月, 2010 2 次提交
- 05 11月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose, never
-
- 03 11月, 2010 2 次提交
- 31 10月, 2010 4 次提交
-
-
由 jrose 提交于
Summary: Allow CONSTANT_InvokeDynamic nodes to have any number of extra operands. Reviewed-by: twisti
-
由 jrose 提交于
Summary: Small bug fix to make "raw" adapters work for JDK changes under 6981777 Reviewed-by: twisti
-
由 jrose 提交于
Summary: SPARC code missing from fix to 6939224 Reviewed-by: twisti
-
由 jrose 提交于
Summary: Distinguish pool indexes from cache indexes in recently changed code. Reviewed-by: never
-
- 28 10月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: The logic of ClassFileParser::java_dyn_MethodHandle_fix_pre needs to take care of an already changed vmentry signature. Reviewed-by: never, jrose
-
- 22 10月, 2010 2 次提交
-
-
由 twisti 提交于
Summary: 6953477 broke Zero. Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 never 提交于
Reviewed-by: kvn, jrose, dholmes, coleenp
-
- 20 10月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 19 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never
-
- 18 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose, dsamersoff
-
- 16 10月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 15 10月, 2010 1 次提交
-
-
由 roland 提交于
Summary: Ifop optimization for c1 Reviewed-by: never, phh, iveresov
-
- 13 10月, 2010 5 次提交
-
-
由 roland 提交于
Summary: fixes sparc only assert failure following 6972540 Reviewed-by: never
-
由 twisti 提交于
Reviewed-by: never, jrose
-
由 iveresov 提交于
Summary: Fix compare-and-swap intrinsic problem with G1 post-barriers and issue with branch ranges in G1 stubs on sparc Reviewed-by: never, kvn
-
由 jcoomes 提交于
Reviewed-by: iveresov, tonyp
-
由 johnc 提交于
Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet. Reviewed-by: ysr, tonyp
-
- 12 10月, 2010 2 次提交
- 11 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 08 10月, 2010 3 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 never 提交于
Reviewed-by: kvn
-
由 bobv 提交于
Reviewed-by: vladidan, dholmes
-
- 07 10月, 2010 1 次提交
-
-
由 coleenp 提交于
Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable Reviewed-by: dholmes, kvn
-
- 06 10月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: iveresov, kvn, kamg
-
- 05 10月, 2010 4 次提交
-
-
由 kvn 提交于
Summary: Set upper limit 256 for ObjectAlignmentInBytes value. Reviewed-by: never, iveresov
-
由 iveresov 提交于
Summary: Fix ciMethod::instructions_size() to return correct value Reviewed-by: kvn, twisti
-
由 never 提交于
Reviewed-by: twisti, kvn, iveresov
-
由 acorn 提交于
Summary: Absolute time 0 needs to return immediately. Reviewed-by: phh, dcubed, dholmes
-
- 02 10月, 2010 3 次提交
-
-
由 tonyp 提交于
Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1. Reviewed-by: iveresov, ysr, johnc, jcoomes
-
由 johnc 提交于
Summary: Clear the concurrent marking "in progress" flag while the FullGCCount_lock is held. This avoids a race that can cause back to back System.gc() calls, when ExplicitGCInvokesConcurrent is enabled, to fail to initiate a marking cycle causing the requesting thread to hang. Reviewed-by: tonyp, ysr
-
由 ysr 提交于
Summary: Concurrent collectors should expand the perm gen without a full STW GC, but possibly by triggering a concurrent collection. Temporary band-aid for G1 where no concurrent collection is kicked off since the perm gen is not collected concurrently. Reviewed-by: johnc
-
- 01 10月, 2010 2 次提交