Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: repo-valhalla
-
Fix Version/s: repo-valhalla
-
Component/s: tools
-
Labels:
-
Subcomponent:
Description
The following line is failing;
Object o = (I.ref & java.io.Serializable) i;
This began with the patch forJDK-8244315
Object o = (I.ref & java.io.Serializable) i;
This began with the patch for