hg: valhalla/valhalla: 8214138: [lword] Initial step for the transition from LW1 to LW2

frederic.parain at oracle.com frederic.parain at oracle.com
Tue Nov 20 21:15:20 UTC 2018


Changeset: af673e294495
Author:    fparain
Date:      2018-11-20 16:10 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/af673e294495

8214138: [lword] Initial step for the transition from LW1 to LW2

! make/hotspot/symbols/symbols-unix
! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/classfile/classFileParser.hpp
! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/classfile/javaClasses.cpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/verificationType.cpp
! src/hotspot/share/classfile/verifier.cpp
! src/hotspot/share/classfile/vmSymbols.cpp
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/include/jvm.h
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/interpreter/linkResolver.hpp
! src/hotspot/share/jvmci/compilerRuntime.cpp
! src/hotspot/share/jvmci/jvmciCompilerToVM.cpp
! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/hotspot/share/oops/arrayKlass.cpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/oops/generateOopMap.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/hotspot/share/oops/klass.hpp
! src/hotspot/share/oops/klassVtable.cpp
! src/hotspot/share/oops/methodData.cpp
! src/hotspot/share/oops/symbol.cpp
! src/hotspot/share/oops/symbol.hpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/runtime/fieldType.cpp
! src/hotspot/share/runtime/fieldType.hpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/perfMemory.hpp
! src/hotspot/share/runtime/sharedRuntime.cpp
! src/hotspot/share/runtime/signature.cpp
! src/hotspot/share/runtime/signature.hpp
! src/hotspot/share/utilities/accessFlags.hpp
! src/java.base/share/classes/java/lang/Class.java
! src/java.base/share/classes/java/lang/System.java
! src/java.base/share/classes/jdk/experimental/bytecode/BasicTypeHelper.java
! src/java.base/share/classes/sun/invoke/util/BytecodeDescriptor.java
! src/java.base/share/native/include/classfile_constants.h.template
! src/java.base/share/native/libjava/Class.c
! test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue1.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue2.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue3.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/MyValue4.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestArrays.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestBasicFunctionality.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestBimorphicInlining.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestCallingConvention.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestIntrinsics.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestLWorld.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestMethodHandles.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestNativeClone.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestNewAcmp.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestNullableValueTypes.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestOnStackReplacement.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestOptimizeKlassCmp.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestUnloadedValueTypeArray.java
! test/hotspot/jtreg/compiler/valhalla/valuetypes/TestUnresolvedValueClass.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/Empty.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/FlattenableSemanticTest.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ObjectMethods.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/QuickeningTest.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/Test8186715.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/TestFieldNullability.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/TestInheritedValueTypeFields.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/TestValue1.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/TestValue2.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/TestValue3.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/TestValue4.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/UninitializedValueFieldsTest.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/VDefaultTest.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/VWithFieldTest.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ValueOops.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ValueTypeArray.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ValueTypeCreation.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ValueTypeDensity.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ValueTypeGetField.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ValueTypesTest.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/ValueWithJni.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/WithFieldAccessorTest.java
! test/hotspot/jtreg/runtime/valhalla/valuetypes/WithFieldNoAccessTest.jcod



More information about the valhalla-dev mailing list