- 25 12月, 2008 2 次提交
-
-
由 xlu 提交于
Summary: Fixed the wrong cast between types since more restrictions are imposed by gcc 4.3.2 Reviewed-by: jcoomes, acorn, phh, never
-
由 xlu 提交于
6787106: Hotspot 32 bit build fails on platforms having different definitions for intptr_t & int32_t Summary: Avoid casting between int32_t and intptr_t specifically for MasmAssembler::movptr in 32 bit platforms. Reviewed-by: jrose, kvn
-
- 16 12月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell
-
- 25 11月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: oop stored in unsafely in Lscratch noticed by visual inspection will not be updated by GC. Reviewed-by: kamg, never, kvn
-
- 12 11月, 2008 1 次提交
-
-
由 tbell 提交于
Summary: Minor changes required to build using the Visual Studio 2008 compiler Reviewed-by: kvn, ohair
-
- 08 11月, 2008 2 次提交
-
-
由 kvn 提交于
Summary: Inline biased locking code in C2 ideal graph during macro nodes expansion Reviewed-by: never
-
由 coleenp 提交于
Summary: sparc code for gen_subtype_check was doing an ld for a compressed oop with the sign bit set so not comparing, leading to a ClassCastException. Reviewed-by: phh, never, acorn, kvn, xlu
-
- 29 10月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, rasbold
-
- 15 10月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Use SSE2 movdqu in arraycopy stubs on newest Intel's cpus Reviewed-by: rasbold
-
- 11 10月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: add match rule for xor -1 Reviewed-by: never, kvn
-
- 03 10月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
-
- 10 9月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 04 9月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: rasbold
-
- 27 8月, 2008 1 次提交
-
-
由 never 提交于
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
-
- 26 7月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 25 6月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Remove DecodeNNode::decode() and EncodePNode::encode() methods. Reviewed-by: rasbold, never
-
- 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
-
- 06 6月, 2008 3 次提交
-
-
由 ysr 提交于
Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
-
由 coleenp 提交于
Summary: Code in gen_subtype_check was encoding rax as an oop on a path where rax was not an oop. Reviewed-by: never, kvn
-
由 kvn 提交于
Summary: exclude UEP size from nmethod code size and use narrow klass oop to load prototype header. Reviewed-by: jrose, never
-
- 05 6月, 2008 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 30 5月, 2008 2 次提交
- 29 5月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: decouple set_klass() with zeroing the gap when compressed. Reviewed-by: kvn, ysr, jrose
-
- 23 5月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Make max classfile version number dependent on JDK version Reviewed-by: acorn, never
-
- 22 5月, 2008 3 次提交
-
-
由 kvn 提交于
Summary: Use the gap also for a narrow oop field and a boxing object value. Reviewed-by: coleenp, never
-
由 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
-
由 kvn 提交于
Summary: fix several problems in C2 related to Escape Analysis and Compressed Oops. Reviewed-by: never, jrose
-
- 07 5月, 2008 1 次提交
-
-
由 rasbold 提交于
Summary: Transform long division by constant into multiply Reviewed-by: never, kvn
-
- 24 4月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: 64-bits VM crashes with -XX:+AggresiveOpts (Escape Analysis + Compressed Oops) Reviewed-by: never, sgoldman
-
- 18 4月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Initial checkin of JSDT code Reviewed-by: acorn, sbohne
-
- 17 4月, 2008 1 次提交
-
-
由 sgoldman 提交于
Summary: Misc. 64bit and endian fixes for sparc Reviewed-by: never, kvn, rasbold Contributed-by: volker.simonis@gmail.com
-
- 14 4月, 2008 1 次提交
-
-
由 coleenp 提交于
Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
-
- 11 4月, 2008 1 次提交
-
-
由 sgoldman 提交于
Summary: Cardtable base can be zero, ExternalAddress can't take a NULL.
-
- 09 4月, 2008 1 次提交
-
-
由 sgoldman 提交于
Summary: Rewrite frame::safe_for_sender and friends to be safe for collector/analyzer Reviewed-by: dcubed, kvn
-
- 03 4月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: remove old private plugin interface, simplify, rework old plugin to use unchanged Gnu sources Reviewed-by: kvn, rasbold
-
- 01 4月, 2008 1 次提交
-
-
由 never 提交于
Summary: incorrect encoding Reviewed-by: kvn, rasbold, sgoldman, jrose
-
- 20 3月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Use CVTDQ2PS and CVTDQ2PD for integer values conversions to float and double values on new AMD cpu. Reviewed-by: sgoldman, never
-
- 13 3月, 2008 1 次提交
-
-
由 dcubed 提交于
Summary: (for Serguei) Allow for Linux builds with Sun Studio Linux compilers Reviewed-by: sspitsyn, ohair
-