JDK-8243927 : remove temporary workaround added by 8242314 and 8188828
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 15
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2020-04-27
  • Updated: 2021-10-22
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.
Other
tbdUnresolved
Related Reports
Blocks :  
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
to work around the so-called split library problem, JDK-8242314 and JDK-8188828 copy-pasted pieces of testlibrary into jdk.test.lib.FileInstaller and ExecDriver classes so they won't depend on any other testlibrary classes. these workarounds should be removed as soon as we cleaned up testlibraries and it possible (and easy) to explicitly build them (most probably not before JDK-8211289, JDK-8211290, and JDK-8211358 or at least their main parts are integrated)