hg: jdk9/hs-comp/hotspot: 2 new changesets
igor.ignatyev at oracle.com
igor.ignatyev at oracle.com
Thu Sep 24 22:12:49 UTC 2015
Changeset: 56024013648f
Author: kzhaldyb
Date: 2015-09-24 18:24 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/56024013648f
8137020: [TESTBUG] Utils.runAndCheckException doesn't work well if no exception thrown
Summary: Changed handling a case when expected exception wasn't thrown
Reviewed-by: iignatyev
! test/testlibrary/jdk/test/lib/Utils.java
Changeset: 0855eb2338ae
Author: ppunegov
Date: 2015-09-24 20:13 +0300
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/0855eb2338ae
8066157: JEP-JDK-8046155: Test task: method matcher
Summary: MethodMatcher test and framework
Reviewed-by: iignatyev, neliasso
+ test/compiler/compilercontrol/matcher/MethodMatcherTest.java
+ test/compiler/compilercontrol/share/method/ClassType.java
+ test/compiler/compilercontrol/share/method/MethodDescriptor.java
+ test/compiler/compilercontrol/share/method/MethodElementType.java
+ test/compiler/compilercontrol/share/method/MethodGenerator.java
+ test/compiler/compilercontrol/share/method/MethodType.java
+ test/compiler/compilercontrol/share/method/SignatureType.java
+ test/compiler/compilercontrol/share/pool/MethodHolder.java
+ test/compiler/compilercontrol/share/pool/PoolHelper.java
+ test/compiler/compilercontrol/share/pool/sub/Klass.java
+ test/compiler/compilercontrol/share/pool/sub/KlassDup.java
+ test/compiler/compilercontrol/share/pool/subpack/Klass.java
+ test/compiler/compilercontrol/share/pool/subpack/KlassDup.java
+ test/testlibrary/jdk/test/lib/Pair.java
+ test/testlibrary/jdk/test/lib/Triple.java
! test/testlibrary/jdk/test/lib/Utils.java
More information about the jdk9-hs-comp-changes
mailing list