JDK-8249970 : Release Note: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent
Type:Sub-task
Component:hotspot
Sub-Component:runtime
Affected Version:8u281,9
Priority:P4
Status:Resolved
Resolution:Withdrawn
Submitted:2020-07-23
Updated:2020-08-05
Resolved:2020-08-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.
Prior to this fix, fuzzing a class file so that the class name "SomeClass" is instead "LSomeClass;" passes unnoticed through VM because it was not format checked and the L; are stripped off before lookup
Comments
Subtask is created to get the Release note on backported bug