- 15 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Use SSE2 movdqu in arraycopy stubs on newest Intel's cpus Reviewed-by: rasbold
-
- 07 10月, 2008 1 次提交
-
-
由 tonyp 提交于
Summary: Introduce parallel heap verification in G1. Reviewed-by: jcoomes, apetrusenko
-
- 03 10月, 2008 2 次提交
- 02 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag. Reviewed-by: never
-
- 01 10月, 2008 3 次提交
- 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 9月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kamg, kvn Contributed-by: volker.simonis@gmail.com
-
- 11 9月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Add support for narrow oops in debug info to avoid decoding. Reviewed-by: rasbold, never
-
- 03 9月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Turn off c2 implicit null checking on windows and large pages specified. Reviewed-by: jrose, xlu
-
- 27 8月, 2008 1 次提交
-
-
由 never 提交于
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
-
- 26 8月, 2008 1 次提交
-
-
由 xlu 提交于
Reviewed-by: dholmes, dcubed
-
- 21 8月, 2008 1 次提交
-
-
由 ysr 提交于
Summary: Temporarily switch off the precleaning of Reference lists completely until related issues are fixed in 6722113. Reviewed-by: jmasa, poonam, tonyp
-
- 16 8月, 2008 1 次提交
-
-
由 xlu 提交于
Reviewed-by: dholmes, dcubed, jcoomes
-
- 15 8月, 2008 1 次提交
-
-
由 thurka 提交于
Summary: java.version added to property_counters_ss array Reviewed-by: swamyv
-
- 02 8月, 2008 1 次提交
-
-
由 trims 提交于
Summary: Workaround for CompOops bug Reviewed-by: coleenp
-
- 29 7月, 2008 2 次提交
- 20 7月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: allocate alignment-sized page(s) below java heap so that memory accesses at heap_base+1page give signal and cause an implicit null check Reviewed-by: kvn, jmasa, phh, jcoomes
-
- 10 7月, 2008 1 次提交
-
-
由 jmasa 提交于
Summary: Maintain a high water mark for the allocations in a space and mangle only up to that high water mark. Reviewed-by: ysr, apetrusenko
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 01 7月, 2008 1 次提交
-
-
由 ysr 提交于
Summary: experimental() flags will protect features of an experimental nature that are not supported in the regular product build. Made UseG1GC an experimental flag. Reviewed-by: jmasa, kamg, coleenp
-
- 25 6月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 24 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions instead of shld+shl on new AMD cpus. Reviewed-by: never Contributed-by: shrinivas.joshi@amd.com
-
- 23 6月, 2008 1 次提交
-
-
由 poonam 提交于
Summary: This fix enables the generation of core file when process runs out of C-heap. Reviewed-by: sbohne
-
- 14 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Poke String.stringCacheEnabled during vm initialization Reviewed-by: never
-
- 09 6月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Make FreeChunk read markword instead of LSB in _klass pointer to indicate that it's a FreeChunk for compressed oops. Reviewed-by: ysr, jmasa
-
- 07 6月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: comment out code that turns on compressed oops Reviewed-by: never, phh
-
- 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
-
- 04 6月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: guard AryEqNode construction with has_match_rule() test, set SpecialArraysEquals default off Reviewed-by: kvn, never
-
- 30 5月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: Intrinsify java/util/Arrays.equals(char[], char[]) Reviewed-by: kvn, never
-
- 23 5月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Make max classfile version number dependent on JDK version Reviewed-by: acorn, never
-
- 22 5月, 2008 1 次提交
-
-
由 kvn 提交于
6703890: Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions Summary: Add LoadNKlass and CMoveN nodes, use CmpN and ConN nodes to generate narrow oops compare instructions. Reviewed-by: never, rasbold
-
- 14 5月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: back out sa-related changes to 6652736, use concrete expressions for WKK names in the SA Reviewed-by: never, sundar
-
- 09 5月, 2008 1 次提交
-
-
由 dcubed 提交于
Summary: Forward port of Yumin's fix for 6670684 from HSX-11; Yumin verified the port was correct. Reviewed-by: dcubed
-
- 30 4月, 2008 2 次提交
- 29 4月, 2008 1 次提交
-
-
由 iveresov 提交于
Summary: NUMA-aware allocator port to Linux Reviewed-by: jmasa, apetrusenko
-