hg: graal/graal-jvmci-9/hotspot: 13 new changesets

christian.thalinger at oracle.com christian.thalinger at oracle.com
Fri Sep 25 01:37:48 UTC 2015


Changeset: 56024013648f
Author:    kzhaldyb
Date:      2015-09-24 18:24 +0300
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/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/graal/graal-jvmci-9/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

Changeset: 20bb461f7c1a
Author:    twisti
Date:      2015-09-24 13:51 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/20bb461f7c1a

Merge


Changeset: ec853cfd06ea
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/ec853cfd06ea

8133126: common part for tests for compilerToVM methods related to Metaspace Klass

+ test/compiler/jvmci/common/testcases/AbstractClass.java
+ test/compiler/jvmci/common/testcases/AbstractClassExtender.java
+ test/compiler/jvmci/common/testcases/AnotherSingleImplementer.java
+ test/compiler/jvmci/common/testcases/AnotherSingleImplementerInterface.java
+ test/compiler/jvmci/common/testcases/DoNotExtendClass.java
+ test/compiler/jvmci/common/testcases/DoNotImplementInterface.java
+ test/compiler/jvmci/common/testcases/MultiSubclassedClass.java
+ test/compiler/jvmci/common/testcases/MultiSubclassedClassSubclass1.java
+ test/compiler/jvmci/common/testcases/MultiSubclassedClassSubclass2.java
+ test/compiler/jvmci/common/testcases/MultipleAbstractImplementer.java
+ test/compiler/jvmci/common/testcases/MultipleImplementer1.java
+ test/compiler/jvmci/common/testcases/MultipleImplementer2.java
+ test/compiler/jvmci/common/testcases/MultipleImplementersInterface.java
+ test/compiler/jvmci/common/testcases/MultipleImplementersInterfaceExtender.java
+ test/compiler/jvmci/common/testcases/PackagePrivateClass.java
+ test/compiler/jvmci/common/testcases/SingleImplementer.java
+ test/compiler/jvmci/common/testcases/SingleImplementerInterface.java
+ test/compiler/jvmci/common/testcases/SingleSubclass.java
+ test/compiler/jvmci/common/testcases/SingleSubclassedClass.java
! test/testlibrary/jdk/test/lib/Utils.java

Changeset: 3f4242200331
Author:    tpivovarova
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/3f4242200331

8133125: test for CompilerToVM::getStackTraceElement method

+ test/compiler/jvmci/compilerToVM/GetStackTraceElementTest.java

Changeset: c1f944338bd0
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/c1f944338bd0

8133126: test for CompilerToVM::getMaxCallTargetOffset method

+ test/compiler/jvmci/compilerToVM/GetMaxCallTargetOffsetTest.java

Changeset: bc7af58784d8
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/bc7af58784d8

8133126: test for CompilerToVM::getNextStackFrame method

+ test/compiler/jvmci/compilerToVM/GetNextStackFrameTest.java

Changeset: 59f98754fbfe
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/59f98754fbfe

8133126: test for CompilerToVM::collectCounters method

+ test/compiler/jvmci/compilerToVM/CollectCountersTest.java

Changeset: c05ea35c4615
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/c05ea35c4615

8133126: test for CompilerToVM::writeDebugOutput and flushDebugOutput methods

+ test/compiler/jvmci/compilerToVM/DebugOutputTest.java

Changeset: c664450e83c6
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/c664450e83c6

8133126: test for CompilerToVM::findUniqueConcreteMethod method

+ test/compiler/jvmci/compilerToVM/FindUniqueConcreteMethodTest.java

Changeset: 5f9216843541
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/5f9216843541

8133126: test for CompilerToVM::getClassInitializer method

+ test/compiler/jvmci/compilerToVM/GetClassInitializerTest.java

Changeset: 3df3fa896579
Author:    dpochepk
Date:      2015-09-24 13:52 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/3df3fa896579

8133126: test for CompilerToVM::getImplementor method

+ test/compiler/jvmci/compilerToVM/GetImplementorTest.java

Changeset: db1a815d2f6c
Author:    twisti
Date:      2015-09-24 15:35 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/db1a815d2f6c

8137125: [JVMCI] CompilerToVM::writeDebugOutput need input data range checks

! src/java.base/share/classes/jdk.internal.jvmci.hotspot/src/jdk/internal/jvmci/hotspot/CompilerToVM.java
! src/share/vm/jvmci/jvmciCompilerToVM.cpp
- test/compiler/jvmci/compilerToVM/DebugOutputTest.java



More information about the graal-dev mailing list