- 01 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
-
- 23 4月, 2010 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
-
- 08 4月, 2010 1 次提交
-
-
由 kvn 提交于
Summary: Use FieldsAllocationStyle=2 to allocate non static oop fields in super and sub classes together Reviewed-by: twisti
-
- 07 1月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 05 1月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: C2 needs some additional optimizations to be able to handle MethodHandle invokes and invokedynamic instructions at the best performance. Reviewed-by: kvn, never
-
- 17 12月, 2009 1 次提交
-
-
由 xlu 提交于
6899467: System property java.class.version out-of-sync with VM for jdk 5.0 with HS 16 in nightly build Reviewed-by: kvn, never, dholmes, ysr
-
- 16 12月, 2009 1 次提交
-
-
由 twisti 提交于
Summary: changes for method handles and invokedynamic Reviewed-by: kvn
-
- 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 7月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: remove useless lazy evaluation of intrinsics; add LAST_COMPILER_INLINE to help categorize them Reviewed-by: kvn
-
- 11 7月, 2009 1 次提交
-
-
由 mchung 提交于
Summary: Add new jvmstat counters to measure detailed class loading time Reviewed-by: acorn, kamg
-
- 09 4月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.) Reviewed-by: kvn, twisti, never
-
- 26 3月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: xlu, mchung
-
- 19 3月, 2009 1 次提交
-
-
由 acorn 提交于
Reviewed-by: kamg, coleenp
-
- 10 3月, 2009 1 次提交
-
-
由 xdono 提交于
Summary: Update copyright for files that have been modified in 2009, up to 03/09 Reviewed-by: katleman, tbell, ohair
-
- 12 1月, 2009 1 次提交
-
-
由 jmasa 提交于
Summary: The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition. Reviewed-by: ysr, dcubed
-
- 09 12月, 2008 1 次提交
-
-
由 jrose 提交于
Summary: temporarily turn off LinkWellKnownClasses optimization Reviewed-by: never, kvn
-
- 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
-
- 23 5月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: Make max classfile version number dependent on JDK version Reviewed-by: acorn, never
-
- 22 5月, 2008 1 次提交
-
-
由 kvn 提交于
Summary: Use the gap also for a narrow oop field and a boxing object value. Reviewed-by: coleenp, never
-
- 30 4月, 2008 1 次提交
-
-
由 kamg 提交于
Summary: increase class file parser's acceptable max to 51 Reviewed-by: sbohne, ikrylov
-
- 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 次提交
-
-
由 kamg 提交于
Summary: A check on Code length did not take into account the old sizes of the max_stack, max_locals, and code_length. Reviewed-by: phh, sbohne
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-