hg: jdk7/hotspot-comp/hotspot: 2 new changesets
Christian.Thalinger at Sun.COM
Christian.Thalinger at Sun.COM
Mon Jan 4 09:03:00 PST 2010
Changeset: aa62b9388fce
Author: twisti
Date: 2010-01-04 15:52 +0100
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/aa62b9388fce
6894206: JVM needs a way to traverse method handle structures
Summary: We need a way to walk chained method handles in the JVM to call the right methods and to generate required bytecode adapters for the compilers.
Reviewed-by: kvn
! src/cpu/x86/vm/methodHandles_x86.cpp
! src/share/vm/classfile/javaClasses.cpp
! src/share/vm/classfile/javaClasses.hpp
! src/share/vm/classfile/vmSymbols.cpp
! src/share/vm/classfile/vmSymbols.hpp
! src/share/vm/includeDB_core
+ src/share/vm/prims/methodHandleWalk.cpp
+ src/share/vm/prims/methodHandleWalk.hpp
Changeset: 0910903272e5
Author: twisti
Date: 2010-01-04 07:04 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/0910903272e5
Merge
More information about the hotspot-compiler-dev
mailing list