-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b68
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085532 | emb-9 | Vicente Arturo Romero Zaldivar | P3 | Resolved | Fixed | team |
JDK-8129186 | 8u65 | Vicente Arturo Romero Zaldivar | P3 | Resolved | Fixed | b02 |
JDK-8073436 | 8u60 | Vicente Arturo Romero Zaldivar | P3 | Resolved | Fixed | b20 |
JDK-8138439 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b02 |
JDK-8129711 | emb-8u60 | Vicente Arturo Romero Zaldivar | P3 | Resolved | Fixed | b20 |
public static final String TEXT = B.NAME;
}
public class B {
public static final String NAME = "my-name";
}
There is no CONSTANT_Class entry of class B in T.class. If B.NAME is referenced from a method body, the redundant constant pool entry is present.
- backported by
-
JDK-8073436 Redundant CONSTANT_Class entry not generated for inlined constant
-
- Resolved
-
-
JDK-8085532 Redundant CONSTANT_Class entry not generated for inlined constant
-
- Resolved
-
-
JDK-8129186 Redundant CONSTANT_Class entry not generated for inlined constant
-
- Resolved
-
-
JDK-8129711 Redundant CONSTANT_Class entry not generated for inlined constant
-
- Resolved
-
-
JDK-8138439 Redundant CONSTANT_Class entry not generated for inlined constant
-
- Resolved
-
- is blocked by
-
JDK-8073374 Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants
-
- Resolved
-
- relates to
-
JDK-7153958 add constant pool reference to class containing inlined constants
-
- Closed
-
-
JDK-8073374 Re-examine jdk.xml.ws dependency on java.xml.ws SOAPNamespaceConstants
-
- Resolved
-