-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
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