JDK-8237572 : Combine the two LingeredApp classes
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: svc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-01-21
  • Updated: 2020-04-15
  • Resolved: 2020-04-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 15
15 b18Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
There are two (almost the same) copies of the LingeredApp test class:
test/lib/jdk/test/lib/apps/LingeredApp.java
test/jdk/sun/tools/jps/LingeredApp.java

This should be combined into one class.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/f810ecf73455 User: amenkov Date: 2020-04-06 19:51:57 +0000
06-04-2020

Also maybe the SA tests should be consolidated into one of test/jdk/sun/tools/jhsdb and test/hotspot/jtreg/serviceability/sa
21-01-2020