JDK-8235221 : Fix ProblemList.txt for sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-12-03
  • Updated: 2019-12-10
  • Resolved: 2019-12-04
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 14
14 b26Fixed
Related Reports
Relates :  
Description
There are two errors with the sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java entry. First of all, there are two separate entries:

sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java              8230731,8001227 windows-all
sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java              8231635,8231634 generic-all

At the time it was thought that jtreg would combine these since it seemed to work, but it looks like what jtreg actually does is just take the last entry it sees. Since it this case it was "generic-all" it still ended up doing the right thing, but we shouldn't rely on jtreg ordering logic for that to happen. The two lines should be combined.

The second issue is that JDK-8231635 is fixed, so it's entry should be removed.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/b8b80f27d7a9 User: cjplummer Date: 2019-12-04 04:11:39 +0000
04-12-2019