Skip to content

Commit

Permalink
Automatic merge of jdk:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jul 24, 2020
2 parents dd7c16f + 890ca6e commit 5818a81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/hotspot/jtreg/ProblemList-graal.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ compiler/jsr292/NonInlinedCall/InvokeTest.java 8207267 generic-all
compiler/codegen/TestTrichotomyExpressions.java 8207267 generic-all compiler/codegen/TestTrichotomyExpressions.java 8207267 generic-all
gc/stress/TestReclaimStringsLeaksMemory.java 8207267 generic-all gc/stress/TestReclaimStringsLeaksMemory.java 8207267 generic-all


runtime/exceptionMsgs/AbstractMethodError/AbstractMethodErrorTest.java 8222582 generic-all

# Graal unit tests # Graal unit tests
org.graalvm.compiler.core.test.OptionsVerifierTest 8205081 org.graalvm.compiler.core.test.OptionsVerifierTest 8205081
org.graalvm.compiler.hotspot.test.CompilationWrapperTest 8205081 org.graalvm.compiler.hotspot.test.CompilationWrapperTest 8205081
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/** /**
* @test * @test
* @summary Check that the verbose message of the AME is printed correctly. * @summary Check that the verbose message of the AME is printed correctly.
* @requires !(os.arch=="arm") & vm.flavor == "server" & !vm.emulatedClient & vm.compMode=="Xmixed" & (!vm.graal.enabled | vm.opt.TieredCompilation == true) & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel==4) * @requires !(os.arch=="arm") & vm.flavor == "server" & !vm.emulatedClient & vm.compMode=="Xmixed" & !vm.graal.enabled & vm.opt.UseJVMCICompiler != true & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel==4)
* @library /test/lib / * @library /test/lib /
* @build sun.hotspot.WhiteBox * @build sun.hotspot.WhiteBox
* @run driver ClassFileInstaller sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox
Expand Down

0 comments on commit 5818a81

Please sign in to comment.