JDK-8234185 : Cleanup usage of canonicalize function between libjava, hotspot and libinstrument
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-14
  • Updated: 2019-12-13
  • Resolved: 2019-12-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 14
14 b27Fixed
Related Reports
Blocks :  
Description
libjava exports a function "canonicalize" for path canonicalization. Outside of libjava, it is used in hotspot for loading jar files from the boot classpath and by java.instrument.
In its current state, the code can be cleaned up a little bit in various places.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/2bea4bea7004 User: clanger Date: 2019-12-06 13:15:10 +0000
06-12-2019