hg: jdk9/hs-comp/hotspot: 8 new changesets

igor.ignatyev at oracle.com igor.ignatyev at oracle.com
Tue Nov 24 23:38:18 UTC 2015


Changeset: b298bac1576a
Author:    tpivovarova
Date:      2015-11-16 19:21 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/b298bac1576a

8138815: improve tests CompilerToVM::getStackTraceElement
Reviewed-by: kvn

! test/compiler/jvmci/common/CTVMUtilities.java
! test/compiler/jvmci/compilerToVM/GetLineNumberTableTest.java
! test/compiler/jvmci/compilerToVM/GetStackTraceElementTest.java

Changeset: 8a78ce7c8fa7
Author:    tpivovarova
Date:      2015-11-24 15:50 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/8a78ce7c8fa7

8067939: make Out of space in CodeCache messages consistent
Reviewed-by: kvn

! src/share/vm/classfile/systemDictionary.cpp

Changeset: 45020b54eea5
Author:    ppunegov
Date:      2015-11-24 16:58 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/45020b54eea5

8066154: JEP-JDK-8046155: Test task: huge directive file
Summary: Stress tests for directive parser
Reviewed-by: iignatyev, neliasso

- test/compiler/compilercontrol/parser/DirectiveParser.java
+ test/compiler/compilercontrol/parser/DirectiveParserTest.java
+ test/compiler/compilercontrol/parser/DirectiveStressTest.java
+ test/compiler/compilercontrol/parser/HugeDirectiveUtil.java

Changeset: d49ae6cdd128
Author:    ppunegov
Date:      2015-11-24 20:52 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/d49ae6cdd128

8066156: JEP-JDK-8046155: Test task: stress by dcmd
Summary: Stress dcmd tests that add directives
Reviewed-by: iignatyev, neliasso

+ test/compiler/compilercontrol/jcmd/StressAddJcmdBase.java
+ test/compiler/compilercontrol/jcmd/StressAddMultiThreadedTest.java
+ test/compiler/compilercontrol/jcmd/StressAddSequentiallyTest.java
! test/compiler/compilercontrol/share/actions/BaseAction.java
+ test/compiler/compilercontrol/share/scenario/Executor.java
! test/compiler/compilercontrol/share/scenario/Scenario.java

Changeset: 70fbf0e89776
Author:    ppunegov
Date:      2015-11-24 20:55 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/70fbf0e89776

8138993: JEP-JDK-8046155: Test task: add check for Compiler.directives_print diagnostic command
Summary: Test Compiler.directive_print command
Reviewed-by: iignatyev, neliasso

! test/compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
! test/compiler/compilercontrol/jcmd/ClearDirectivesStackTest.java
+ test/compiler/compilercontrol/jcmd/PrintDirectivesTest.java
! test/compiler/compilercontrol/jcmd/StressAddJcmdBase.java
+ test/compiler/compilercontrol/share/processors/PrintDirectivesProcessor.java
! test/compiler/compilercontrol/share/scenario/DirectiveBuilder.java
! test/compiler/compilercontrol/share/scenario/Executor.java
! test/compiler/compilercontrol/share/scenario/JcmdStateBuilder.java
! test/compiler/compilercontrol/share/scenario/Scenario.java

Changeset: a41fac5898be
Author:    ppunegov
Date:      2015-11-24 20:58 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/a41fac5898be

8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern
Summary: Fix CompileCommand output processing
Reviewed-by: kvn, iignatyev, neliasso

! test/compiler/compilercontrol/share/processors/CommandProcessor.java
- test/compiler/compilercontrol/share/processors/QuietProcessor.java
! test/compiler/compilercontrol/share/scenario/Scenario.java

Changeset: 7e92c2abbbb6
Author:    ppunegov
Date:      2015-11-24 21:03 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/7e92c2abbbb6

8142967: [TESTBUG] Compiler control tests get NullPointerException
Summary: Fix incoorect build jtreg tags
Reviewed-by: iignatyev, neliasso

! test/compiler/compilercontrol/InlineMatcherTest.java
! test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityBase.java
! test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityCommandOff.java
! test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityCommandOn.java
! test/compiler/compilercontrol/TestCompilerDirectivesCompatibilityFlag.java

Changeset: ab2ec0c6e56b
Author:    dpochepk
Date:      2015-11-24 22:59 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ab2ec0c6e56b

8139384: [TESTBUG] JVMCI test fails with java.lang.RuntimeException: a 100_000 times invoked method should be mature
Summary: A test was redesigned to track xcomp and tiered states
Reviewed-by: twisti

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



More information about the jdk9-hs-comp-changes mailing list