JDK-8256803 : ProblemList runtime/ReservedStack/ReservedStackTestCompiler.java on linux-aarch64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-11-20
  • Updated: 2020-11-26
  • Resolved: 2020-11-20
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 16
16 b26Fixed
Description
runtime/ReservedStack/ReservedStackTestCompiler.java  has started
failing frequently in the JDK16 CI in Tier2. To reduce the noise in the
JDK16 CI, I'm ProblemListing the test on linux-aarch64.
Comments
Changeset: 4dd71ae1 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2020-11-20 17:59:05 +0000 URL: https://github.com/openjdk/jdk/commit/4dd71ae1
20-11-2020

Here's the proposed context diff: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 75fbead6ab9..0e43740556c 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -87,6 +87,7 @@ gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 8241293 macosx-x64 runtime/cds/DeterministicDump.java 8253495 generic-all runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64 runtime/ReservedStack/ReservedStackTest.java 8231031 generic-all +runtime/ReservedStack/ReservedStackTestCompiler.java 8256359 linux-aarch64 #############################################################################
20-11-2020