- 16 8月, 2011 1 次提交
-
-
由 ysr 提交于
-
- 12 8月, 2011 2 次提交
-
-
由 tonyp 提交于
Summary: Refactor the allocation code during GC to use the G1AllocRegion abstraction. Use separate subclasses of G1AllocRegion for survivor and old regions. Avoid BOT updates and dirty survivor cards incrementally for the former. Reviewed-by: brutisso, johnc, ysr
-
由 johnc 提交于
Summary: Handlize MemoryUsage klass oop in createGCInfo routine Reviewed-by: tonyp, fparain, ysr, jcoomes
-
- 11 8月, 2011 1 次提交
-
-
由 kevinw 提交于
-
- 06 8月, 2011 2 次提交
-
-
由 iveresov 提交于
Summary: Add a wrapper for sched_getcpu() for systems where libc lacks it Reviewed-by: ysr Contributed-by: NAndrew John Hughes <ahughes@redhat.com>
-
由 iveresov 提交于
Summary: Use mmap() instead of madvise(MADV_DONTNEED) to uncommit pages Reviewed-by: ysr
-
- 03 8月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Align the reserved size of the heap and perm to the heap region size to get a preferred heap base that is aligned to the region size, and call the correct heap reservation constructor. Also add a check in the heap reservation code that the reserved space starts at the requested address (if any). Reviewed-by: kvn, ysr
-
- 02 8月, 2011 2 次提交
-
-
由 kevinw 提交于
Summary: Avoid overcounting when CMS has concurrent mode failure. Reviewed-by: ysr Contributed-by: rednaxelafx@gmail.com
-
由 johnc 提交于
Summary: In root processing, move the scanning of the reference processor's discovered lists to before RSet updating and scanning. When scanning the reference processor's discovered lists, use a buffering closure so that the time spent copying any reference object is correctly attributed. Also removed a couple of unused and irrelevant timers. Reviewed-by: ysr, jmasa
-
- 29 7月, 2011 1 次提交
-
-
由 andrew 提交于
Summary: Add "3" to list of allowable versions Reviewed-by: kamg, chrisphi
-
- 23 7月, 2011 4 次提交
- 22 7月, 2011 1 次提交
-
-
由 dholmes 提交于
Summary: Update the OOME stacktrace to contain Throwable.UNASSIGNED_STACK when the backtrace is filled in Reviewed-by: mchung, phh
-
- 17 7月, 2011 1 次提交
-
-
由 coleenp 提交于
-
- 16 7月, 2011 1 次提交
-
-
由 never 提交于
Summary: check for single stepping when dispatching invokes from method handles Reviewed-by: coleenp, twisti, kvn, dsamersoff
-
- 15 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Test is modified to reduce number of iterations in test5() and test6(). Reviewed-by: never, iveresov
-
- 14 7月, 2011 1 次提交
-
-
由 kvn 提交于
-
- 13 7月, 2011 1 次提交
-
-
由 jcoomes 提交于
-
- 12 7月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
- 09 7月, 2011 2 次提交
- 08 7月, 2011 3 次提交
- 07 7月, 2011 7 次提交
-
-
由 never 提交于
Summary: do explicit lookup emulating old LD_LIBRARY_PATH search Reviewed-by: kvn, jrose
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
由 never 提交于
Reviewed-by: kvn
-
- 06 7月, 2011 2 次提交
- 02 7月, 2011 4 次提交
-
-
由 dholmes 提交于
Reviewed-by: kamg, dsamersoff
-
由 trims 提交于
Summary: Update the Minor and Build numbers for HS22 fork Reviewed-by: jcoomes
-
由 iveresov 提交于
Summary: Recompile the enclosing methods without inlining of the method that has OSRed to level 4 or recompile the enclosing method at level 4. Reviewed-by: kvn, never
-
由 iveresov 提交于
Summary: Take into account current state of profiling before believing that existing higher level versions are valid Reviewed-by: kvn, never
-
- 30 6月, 2011 1 次提交
-
-
由 dcubed 提交于
Summary: Call collect_stack_roots() before collect_simple_roots() as an optimization. Reviewed-by: ysr, dsamersoff, dcubed Contributed-by: ashok.srinivasa.murthy@oracle.com
-