- 16 9月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: Make a special root-list for those few nmethods which might contain non-perm oops. Reviewed-by: twisti, kvn, never, jmasa, ysr
-
- 29 7月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 07/09 Reviewed-by: tbell, ohair
-
- 12 6月, 2009 1 次提交
-
-
由 ysr 提交于
Summary: Short-circuit gc-a-lot attempts by non-JavaThreads; SkipGCALot c'tor to elide re-entrant gc-a-lot attempts. Reviewed-by: apetrusenko, jcoomes, jmasa, kamg
-
- 07 4月, 2009 1 次提交
-
-
由 xlu 提交于
Summary: Remove usage of _highest_lock field in Thread so that is_lock_owned won't depend on the correct update of that field. Reviewed-by: never, dice, acorn
-
- 25 3月, 2009 1 次提交
-
-
由 phh 提交于
Summary: Change create_vm() to load and initialize StringValue rather than String. Reviewed-by: kvn
-
- 15 11月, 2008 1 次提交
-
-
由 iveresov 提交于
6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant") Summary: When exiting a mutator thread is removed from the thread list before it has a chance to flush its SATB and barrier queues. If GC happens at this moment the objects that are refererred from these queues can be moved, which will case a crash. The fix is simply to flush the buffers before removing a thread from the list. Reviewed-by: jcoomes, tonyp
-
- 27 9月, 2008 1 次提交
-
-
由 coleenp 提交于
6719149: Wrong "java/lang/String should not be loaded yet" assertion in fastdebug bits with UseStringCache Summary: Assertion is invalid because java.lang.String may be initialized just before this assertion. Reviewed-by: phh
-
- 26 8月, 2008 1 次提交
-
-
由 xlu 提交于
Reviewed-by: dholmes, dcubed
-
- 16 8月, 2008 1 次提交
-
-
由 xlu 提交于
Reviewed-by: dholmes, dcubed, jcoomes
-
- 29 7月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Add mechanism to ignore unsupported flags for a set period of time Reviewed-by: acorn, never, coleenp
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 14 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Poke String.stringCacheEnabled during vm initialization Reviewed-by: never
-
- 06 6月, 2008 1 次提交
-
-
由 ysr 提交于
Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
-
- 19 3月, 2008 1 次提交
-
-
由 sbohne 提交于
Summary: Remove -XX:+CacheTimeMillis option and associated functionality Reviewed-by: acorn, never
-
- 13 3月, 2008 1 次提交
-
-
由 dcubed 提交于
Summary: (for Serguei) Clean up use of No_Safepoint_Verifier in JVM TI Reviewed-by: dcubed
-
- 06 12月, 2007 1 次提交
-
-
由 phh 提交于
Reviewed-by: sbohne, xlu
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-