JDK-8240135 : ProblemList vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-02-27
  • Updated: 2023-11-14
  • Resolved: 2020-02-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 15 JDK 8
15 b13Fixed 8u411Fixed
Description
The vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1
test continues to fail in the jdk/jdk CI. There are currently > 115 sightings
in the various CIs on a couple of different platforms. 
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/57849c7f9d22 User: dcubed Date: 2020-02-27 00:42:19 +0000
27-02-2020

Here's the context diffs for the fix: $ hg diff diff -r f67951f722a4 test/hotspot/jtreg/ProblemList.txt --- a/test/hotspot/jtreg/ProblemList.txt Wed Feb 26 21:24:02 2020 +0100 +++ b/test/hotspot/jtreg/ProblemList.txt Wed Feb 26 19:15:30 2020 -0500 @@ -195,6 +195,7 @@ vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java 8013267 generic-all vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java 8058176 generic-all vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java 8208257,8058176 generic-all +vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 8058176 generic-all vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java 8058176 generic-all vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java 8058176 generic-all vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java 8058176 generic-all
27-02-2020