- 05 12月, 2013 1 次提交
-
-
由 jrose 提交于
Summary: update MemberName.clazz correctly in MemberName.resolve; also pass lookupClass to MethodHandles::resolve_MemberName Reviewed-by: acorn, vlivanov
-
- 14 9月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Enhance method resolution and resulting data structures, plus some refactoring. Reviewed-by: twisti, acorn, jrose
-
- 24 5月, 2013 1 次提交
-
-
由 sspitsyn 提交于
Summary: The fix of perf regression is to use method_idnum() for direct indexing into NMT Reviewed-by: twisti, kvn, coleenp, dholmes Contributed-by: serguei.spitsyn@oracle.com
-
- 20 4月, 2013 1 次提交
-
-
由 sspitsyn 提交于
Summary: Lazily create and maintain the MemberNameTable to be able to update MemberName's Reviewed-by: coleenp, jrose, dholmes Contributed-by: serguei.spitsyn@oracle.com
-
- 09 10月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 02 9月, 2012 1 次提交
-
-
由 coleenp 提交于
Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: Njmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 20 1月, 2012 1 次提交
-
-
由 jrose 提交于
Reviewed-by: dholmes, bdelsart, kvn, twisti
-
- 14 9月, 2011 1 次提交
-
-
由 bdelsart 提交于
Summary: shared fix necessary for ARM/PPC Reviewed-by: twisti, roland
-
- 03 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, roland, kvn, iveresov
-
- 24 6月, 2011 1 次提交
-
-
由 jrose 提交于
Reviewed-by: never
-
- 15 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, kvn, jrose
-
- 04 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 02 6月, 2011 1 次提交
-
-
由 jrose 提交于
7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError Summary: Delegate invokedynamic linkage errors to MethodHandleNatives.raiseException. Reviewed-by: never
-
- 17 5月, 2011 1 次提交
-
-
由 bdelsart 提交于
Summary: ARM ricochet port and minor fixes in shared debug code Reviewed-by: jrose, vladidan
-
- 13 5月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn, never
-
- 07 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti, jrose
-
- 18 4月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 12 3月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: package and class renaming only; delete unused methods and classes Reviewed-by: twisti
-
- 28 1月, 2011 1 次提交
-
-
由 coleenp 提交于
Summary: move symbols from permgen into C heap and reference count them Reviewed-by: never, acorn, jmasa, stefank
-
- 10 1月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never
-
- 22 12月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 24 11月, 2010 1 次提交
-
-
由 stefank 提交于
Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
-
- 13 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never, jrose
-
- 14 9月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: never
-
- 28 5月, 2010 1 次提交
-
-
由 trims 提交于
Summary: Change all the Sun copyrights to Oracle copyright Reviewed-by: ohair
-
- 01 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
-
- 30 4月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: coleenp, never, gbenson
-
- 29 4月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC. Reviewed-by: kvn, never, jrose
-
- 18 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Some code cleanups found during the JSR 292 SPARC port. Reviewed-by: kvn, never
-
- 16 3月, 2010 1 次提交
-
-
由 twisti 提交于
Summary: Passing a null pointer to an InvokeDynamic function call should lead to a NullPointerException. Reviewed-by: kvn, never
-
- 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
-
- 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
-