hg: jdk/jdk: 8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure

lois.foltan at oracle.com lois.foltan at oracle.com
Tue Apr 23 18:10:36 UTC 2019


Changeset: 69cfd80f8706
Author:    lfoltan
Date:      2019-04-23 14:09 -0400
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/69cfd80f8706

8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure
Summary: Introduce BootstrapInfo data structure and merge invocation of a bootstrap method for condy and indy into invoke_bootstrap_method.
Reviewed-by: acorn, coleenp
Contributed-by: john.r.rose at oracle.com, lois.foltan at oracle.com

! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
+ src/hotspot/share/interpreter/bootstrapInfo.cpp
+ src/hotspot/share/interpreter/bootstrapInfo.hpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/interpreter/linkResolver.hpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/oops/constantPool.hpp



More information about the jdk-changes mailing list