- 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 1 次提交
-
-
由 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
-
- 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
-
- 29 6月, 2011 4 次提交
-
-
由 kvn 提交于
Summary: cast constant array ptrs to bottom Reviewed-by: never
-
由 kvn 提交于
Summary: take into account memory dependencies when clonning nodes in clone_up_backedge_goo(). Reviewed-by: never
-
由 kvn 提交于
Summary: correct Icache::line_size for x64 and add verification code into vm_version_x86. Reviewed-by: never, phh
-
由 kvn 提交于
Summary: parseClassFile() incorrectly uses nonstatic_oop_map_size() method instead of nonstatic_oop_map_count(). Reviewed-by: never Contributed-by: NKrystal Mok <rednaxelafx@gmail.com>
-
- 28 6月, 2011 1 次提交
-
-
由 brutisso 提交于
Summary: Also reviewed by mikael.gerdin@oracle.com; stdlib:qsort() does byte-by-byte swapping on Windows. This leads to pointer shearing. Fix is to implement a quicksort that does full pointer updates. Reviewed-by: never, coleenp, ysr
-
- 25 6月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: Extend and make more consistent the output from the G1PrintHeapRegions flag. Reviewed-by: johnc, jmasa
-
- 24 6月, 2011 2 次提交