hg: valhalla/valhalla: 3 new changesets

david.holmes at oracle.com david.holmes at oracle.com
Wed Sep 27 09:37:34 UTC 2017


Changeset: 6577a6687114
Author:    dholmes
Date:      2017-09-27 02:49 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6577a6687114

import changes from nestmates/jdk

! make/mapfiles/libjava/mapfile-vers
! src/java.base/share/classes/java/lang/invoke/DirectMethodHandle.java
! src/java.base/share/classes/java/lang/invoke/MethodHandles.java
! src/java.base/share/classes/jdk/internal/org/objectweb/asm/Attribute.java
! src/java.base/share/classes/jdk/internal/org/objectweb/asm/ClassReader.java
! src/java.base/share/classes/jdk/internal/reflect/Reflection.java
! src/java.base/share/classes/sun/invoke/util/VerifyAccess.java
! src/java.base/share/native/include/jvm.h
! src/java.base/share/native/libjava/Reflection.c
! test/jdk/ProblemList.txt
! test/jdk/java/util/concurrent/tck/AtomicIntegerFieldUpdaterTest.java
! test/jdk/java/util/concurrent/tck/AtomicLongFieldUpdaterTest.java
! test/jdk/java/util/concurrent/tck/AtomicReferenceFieldUpdaterTest.java
! test/jdk/jdk/lambda/vm/InterfaceAccessFlagsTest.java

Changeset: 6d444ebd2c3d
Author:    dholmes
Date:      2017-09-27 02:49 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6d444ebd2c3d

import changes from nestmates/langtools

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Target.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/util/Names.java
! src/jdk.jdeps/share/classes/com/sun/tools/classfile/Attribute.java
! src/jdk.jdeps/share/classes/com/sun/tools/classfile/ClassWriter.java
+ src/jdk.jdeps/share/classes/com/sun/tools/classfile/MemberOfNest_attribute.java
+ src/jdk.jdeps/share/classes/com/sun/tools/classfile/NestMembers_attribute.java
! src/jdk.jdeps/share/classes/com/sun/tools/javap/AttributeWriter.java
! test/langtools/lib/annotations/annotations/classfile/ClassfileInspector.java
! test/langtools/tools/javac/MethodParameters/AttributeVisitor.java
+ test/langtools/tools/javac/valhalla/nestmate/CheckNestmateAttrs.java

Changeset: 0e90fbd0d05a
Author:    dholmes
Date:      2017-09-27 03:14 -0400
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0e90fbd0d05a

import changes from nestmates/hotspot

! make/hotspot/symbols/symbols-unix
! src/hotspot/share/classfile/classFileParser.cpp
! src/hotspot/share/classfile/classFileParser.hpp
! src/hotspot/share/classfile/stackMapFrame.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/verifier.cpp
! src/hotspot/share/classfile/vmSymbols.hpp
! src/hotspot/share/interpreter/linkResolver.cpp
! src/hotspot/share/logging/logTag.hpp
! src/hotspot/share/memory/heapInspection.hpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/oops/instanceKlass.cpp
! src/hotspot/share/oops/instanceKlass.hpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/prims/jvm.h
! src/hotspot/share/runtime/reflection.cpp
! test/hotspot/jtreg/compiler/jvmci/events/JvmciNotifyBootstrapFinishedEventTest.java
! test/hotspot/jtreg/compiler/jvmci/events/JvmciNotifyInstallEventTest.java
! test/hotspot/jtreg/compiler/jvmci/events/JvmciShutdownEventTest.java
! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveConcreteMethodTest.java
! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/ResolvedJavaTypeResolveMethodTest.java
! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestMembersEntry.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestMembersLength.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/BadNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/ConflictingAttributesInNestMember.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/ConflictingAttributesInNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/DuplicateNestMemberEntry.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TestFinalMethodOverride.java
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TestNestmateAttributes.java
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TwoMemberOfNest.jcod
+ test/hotspot/jtreg/runtime/Nestmates/classFileParsing/TwoNestMembers.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/ArrayNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/MissingNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/NotAMember.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/NotAMember2.java
+ test/hotspot/jtreg/runtime/Nestmates/membership/NotAMember2.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop.java
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop2.java
+ test/hotspot/jtreg/runtime/Nestmates/membership/PackagedNestTop2Member.jcod
+ test/hotspot/jtreg/runtime/Nestmates/membership/TestNestmateMembership.java
+ test/hotspot/jtreg/runtime/Nestmates/privateConstructors/ExternalSub.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateConstructors/ExternalSuper.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateConstructors/TestConstructorHierarchy.java
+ test/hotspot/jtreg/runtime/Nestmates/privateConstructors/TestInvokeSpecial.java
+ test/hotspot/jtreg/runtime/Nestmates/privateConstructors/TestMethodHandles.java
+ test/hotspot/jtreg/runtime/Nestmates/privateConstructors/TestReflection.java
+ test/hotspot/jtreg/runtime/Nestmates/privateFields/TestMethodHandles.java
+ test/hotspot/jtreg/runtime/Nestmates/privateFields/TestPrivateField.java
+ test/hotspot/jtreg/runtime/Nestmates/privateFields/TestReflection.java
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/ExternalSub.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/ExternalSuper.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingMethod.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingMethodWithSuper.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/MissingNestTop.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/StaticIfaceError.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/StaticIfaceGood.jcod
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestInvoke.java
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestInvokeErrors.java
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestInvokeHierarchy.java
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestInvokeInterface.java
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestMethodHandles.java
+ test/hotspot/jtreg/runtime/Nestmates/privateMethods/TestReflection.java
+ test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestMethodHandles.java
+ test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestPrivateStaticField.java
+ test/hotspot/jtreg/runtime/Nestmates/privateStaticFields/TestReflection.java
+ test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestInvokeStatic.java
+ test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestMethodHandles.java
+ test/hotspot/jtreg/runtime/Nestmates/privateStaticMethods/TestReflection.java



More information about the valhalla-dev mailing list