JDK-8209020 : ProblemList tests affected by JDK-8208778
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2018-08-06
  • Updated: 2018-08-09
  • Resolved: 2018-08-06
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 12
12 b06Fixed
Description
In an effort to reduce the noise in the JDK12 CI the tests
listed in JDK-8208778 need to be put on the ProblemList
Comments
$ hg diff diff -r f7236b46b60c test/hotspot/jtreg/ProblemList.txt --- a/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 13:57:26 2018 -0400 +++ b/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 13:59:53 2018 -0400 @@ -71,12 +71,16 @@ gc/stress/gclocker/TestGCLockerWithG1.java 8180622 generic-all gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java 8177765 generic-all gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all +gc/logging/TestUnifiedLoggingSwitchStress.java 8208778 macosx-x64 ############################################################################# # :hotspot_runtime +runtime/appcds/javaldr/GCSharedStringsDuringDump.java 8208778 macosx-x64 +runtime/appcds/javaldr/GCDuringDump.java 8208778 macosx-x64 runtime/CompressedOops/UseCompressedOops.java 8079353 generic-all +runtime/RedefineTests/RedefineRunningMethods.java 8208778 macosx-x64 runtime/SharedArchiveFile/SASymbolTableTest.java 8193639 solaris #############################################################################
06-08-2018