[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-graal-dev
Subject:    hg: graal/graal-jvmci-9/hotspot: 15 new changesets
From:       christian.thalinger () oracle ! com
Date:       2015-09-28 22:58:13
Message-ID: 201509282258.t8SMwD75025562 () aojmv0008 ! oracle ! com
[Download RAW message or body]

Changeset: 4e10705ce26f
Author:    twisti
Date:      2015-09-28 08:06 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/4e10705ce26f

update CollectCountersTest accordingly to 8137086

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

Changeset: c770dee55cf1
Author:    tpivovarova
Date:      2015-09-28 08:08 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/c770dee55cf1

8133125: required changes in common files

! test/compiler/jvmci/common/testcases/TestCase.java
! test/compiler/jvmci/compilerToVM/CompileCodeTestCase.java
! test/compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java
! test/compiler/jvmci/compilerToVM/DummyClass.java
! test/compiler/jvmci/compilerToVM/GetBytecodeTest.java
! test/compiler/jvmci/compilerToVM/GetLocalVariableTableTest.java
! test/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java

Changeset: 7a3357bd439f
Author:    tpivovarova
Date:      2015-09-28 08:08 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/7a3357bd439f

8133125: test for CompilerToVM::shouldInlineMethod method

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

Changeset: 2485e8236cff
Author:    tpivovarova
Date:      2015-09-28 08:09 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/2485e8236cff

8133125: test for CompilerToVM::allocateCompileId method

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

Changeset: 009b4a7ca522
Author:    tpivovarova
Date:      2015-09-28 08:09 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/009b4a7ca522

8133125: test for CompilerToVM::canInlineMethod method

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

Changeset: 66ae5f1e0865
Author:    tpivovarova
Date:      2015-09-28 08:09 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/66ae5f1e0865

8133125: test for CompilerToVM::doNotInlineOrCompile method

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

Changeset: dd4406e68600
Author:    tpivovarova
Date:      2015-09-28 08:09 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/dd4406e68600

8133125: test for CompilerToVM::getLineNumberTable method

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

Changeset: 958a913211fd
Author:    tpivovarova
Date:      2015-09-28 08:09 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/958a913211fd

8133125: test for CompilerToVM::hasCompiledCodeForOSR method

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

Changeset: 663e7710357a
Author:    tpivovarova
Date:      2015-09-28 08:09 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/663e7710357a

8133125: test for CompilerToVM::reprofile method

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

Changeset: 399e6418ea9d
Author:    dpochepk
Date:      2015-09-28 09:20 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/399e6418ea9d

8133129: test for CompilerToVM::readUncompressedOopTest method

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

Changeset: 35e5eb2e8fd9
Author:    twisti
Date:      2015-09-28 12:36 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/35e5eb2e8fd9

8137122: sanity test for JVM_GetJVMCIRuntimeTest

+ test/compiler/jvmci/JVM_GetJVMCIRuntimeTest.java

Changeset: 8bf75631d7fd
Author:    twisti
Date:      2015-09-28 12:36 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/8bf75631d7fd

8137122: sanity test for JVM_RegisterJVMCINatives

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

Changeset: b28c1e97d767
Author:    tpivovarova
Date:      2015-09-28 12:37 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/b28c1e97d767

move SecurityRestrictionsTest.java

+ test/compiler/jvmci/SecurityRestrictionsTest.java
- test/compiler/jvmci/compilerToVM/SecurityRestrictionsTest.java

Changeset: c01a0f05194f
Author:    dpochepk
Date:      2015-09-28 12:40 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/c01a0f05194f

8137122: test for CompilerToVM::getResolvedJavaType method

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

Changeset: c12d12bed4f1
Author:    twisti
Date:      2015-09-28 12:58 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/c12d12bed4f1

Add -XX:+UnlockDiagnosticVMOptions to WhiteBoxAPI tests.

! test/compiler/jvmci/compilerToVM/CanInlineMethodTest.java
! test/compiler/jvmci/compilerToVM/DoNotInlineOrCompileTest.java
! test/compiler/jvmci/compilerToVM/ShouldInlineMethodTest.java

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic