- 06 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 03 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use BIS and prefetch in arraycopy stubs for Sparc (BIS for T4 only). Reviewed-by: never, iveresov
-
- 01 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: iveresov, kvn
-
- 30 8月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, dholmes, stefank, coleenp
-
- 26 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use BIS for zeroing new allocated big (2Kb and more) objects and arrays. Reviewed-by: never, twisti, ysr
-
- 17 8月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: on T4 2 BIS instructions should be issued to prefetch 64 bytes Reviewed-by: iveresov, phh, twisti
-
- 10 8月, 2011 1 次提交
-
-
由 dsamersoff 提交于
Summary: Buffer overflow in os::get_line_chars Reviewed-by: coleenp, dholmes, dcubed Contributed-by: aph@redhat.com
-
- 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
-
- 28 7月, 2011 2 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, twisti Contributed-by: NXerxes Ranby <xerxes@zafena.se>
-
由 never 提交于
Reviewed-by: kvn
-
- 22 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add new short branch instruction to Hotspot sparc assembler. Reviewed-by: never, twisti, jrose
-
- 21 7月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Added feedback disabling flag to common(), fixed handling of TieredStopAtLevel. Reviewed-by: kvn, never
-
- 09 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Use new VIS3 mov instructions on T4 for move data between general and float registers. Reviewed-by: never, twisti
-
- 08 7月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
- 07 7月, 2011 4 次提交
- 02 7月, 2011 2 次提交
-
-
由 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
-
- 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
-
- 17 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, bdelsart
-
- 15 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, kvn, jrose
-
- 14 6月, 2011 1 次提交
-
-
由 ysr 提交于
Summary: It turns out that there is no need to explicitly stop CMS since the JVM is taken down at a terminal safepoint during which CMS threads are (terminally) inactive. This will need to be revised if and when we evolve in the future to a point where we allow JVM reincarnation in the same process, but those changes will be much more sweeping than just terminating CMS threads. The unused ::stop() methods will be removed in a separate CR. Also include in this CR is the fix for a small typo in the spelling of UseGCLogFileRotation in a message in arguments.cpp, brought to our attention by Rainer Jung and reviewed by minqi. Reviewed-by: johnc, jwilhelm
-
- 11 6月, 2011 1 次提交
-
-
由 minqi 提交于
Summary: supply optinal flags to realize gc log rotation Reviewed-by: ysr, jwilhelm
-
- 04 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 02 6月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: change the default setting of the flag AllowInvokeGeneric to false Reviewed-by: never
-
- 18 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose
-
- 17 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
- 13 5月, 2011 2 次提交
- 11 5月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Fixed the warning, also fixed copyrights in a bunch of files. Reviewed-by: johnc, kvn
-
- 10 5月, 2011 2 次提交
-
-
由 ysr 提交于
6883834: ParNew: assert(!_g->to()->is_in_reserved(obj),"Scanning field twice?") with LargeObjects tests Summary: Fixed process_chunk_boundaries(), used for parallel card scanning when using ParNew/CMS, so as to prevent double-scanning, or worse, non-scanning of imprecisely marked objects exceeding parallel chunk size. Made some sizing parameters for parallel card scanning diagnostic, disabled ParallelGCRetainPLAB, and elaborated and clarified some comments. Reviewed-by: stefank, johnc
-
由 never 提交于
Reviewed-by: kvn
-
- 07 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, jrose
-
- 05 5月, 2011 4 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
由 dholmes 提交于
Summary: Change call to Abstract_VM_Version::vm_info_string to VM_Version::vm_info_string so it cna be overridden by the arch specific VM_Version class Reviewed-by: bobv, phh
-
由 iveresov 提交于
Summary: Expand the old gen in bigger increments Reviewed-by: jmasa
-
由 kvn 提交于
Summary: Fix integer overflow problem in the code generated by loop optimizer. Reviewed-by: never
-
- 04 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, iveresov
-