- 18 11月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Reduce class runtime memory usage by packing 4 instanceKlass boolean fields into single u1 field. Save 4-byte for each loaded class. Reviewed-by: dholmes, bobv, phh, twisti, never, coleenp Contributed-by: NJiangli Zhou <jiangli.zhou@oracle.com>
-
- 12 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 11 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, kvn, coleenp
-
- 22 5月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: Unrewrite bytecodes for OOM error allocating the constant pool cache. Reviewed-by: dcubed, acorn, never
-
- 08 4月, 2011 2 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti
-
由 johnc 提交于
Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer. Reviewed-by: kvn, iveresov, never, tonyp, dholmes
-
- 31 3月, 2011 1 次提交
-
-
由 twisti 提交于
Summary: After appropriate testing, we need to turn on EnableMethodHandles and EnableInvokeDynamic by default. Reviewed-by: never, kvn, jrose, phh
-
- 19 3月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, coleenp, twisti, stefank
-
- 12 3月, 2011 2 次提交
- 08 2月, 2011 1 次提交
-
-
由 stefank 提交于
Summary: Removed. Reviewed-by: jcoomes, brutisso
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 04 9月, 2010 1 次提交
-
-
由 iveresov 提交于
Summary: Infrastructure for tiered compilation support (interpreter + c1 + c2) for 32 and 64 bit. Simple tiered policy implementation. Reviewed-by: kvn, never, phh, twisti
-
- 22 7月, 2010 1 次提交
-
-
由 tonyp 提交于
Summary: Remove the breadth-first copying order from ParallelScavenge and use depth-first by default. Reviewed-by: jcoomes, ysr, johnc
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 09 1月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: More informative disassembly in product mode. Also, a more consistent CompileCommand syntax. Reviewed-by: never
-
- 17 12月, 2009 1 次提交
-
-
由 xlu 提交于
6895168: JCK api/signaturetest/sigtest.basic.html#basic test fails for jdk 5.0 with HS 16 in nightly build Reviewed-by: dholmes, acorn, jrose
-
- 18 10月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: correctly raise exceptions, support safe bitwise "raw" conversions, fix bugs revealed by VerifyMethodHandles, remove dead code, improve debugging support Reviewed-by: never, twisti
-
- 21 9月, 2009 1 次提交
-
-
由 dcubed 提交于
Summary: Fix races in jmethodID cache and JNI itable index cache. Reviewed-by: ikrylov, acorn
-
- 17 9月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: kamg, dcubed
-
- 05 9月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: kamg, phh
-
- 14 8月, 2009 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: jmasa, iveresov
-
- 12 8月, 2009 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: tonyp, iveresov
-
- 22 4月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: invokedynamic instruction (JSR 292 RI) Reviewed-by: twisti, never
-
- 21 3月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: preparatory but separable changes for method handles Reviewed-by: kvn, never
-
- 19 3月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: kamg, coleenp
-
- 13 11月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: low-level privileged sun.misc.Unsafe.defineAnonymousClass Reviewed-by: kvn
-
- 03 7月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright year for files that have been modified in 2008 Reviewed-by: ohair, tbell
-
- 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
-
- 22 5月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Use the gap also for a narrow oop field and a boxing object value. Reviewed-by: coleenp, never
-
- 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
-
- 13 3月, 2008 2 次提交
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-