JDK-8001885 : JSR 292 classes should use jdk.internal.org.objectweb.asm
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-10-29
  • Updated: 2014-10-02
  • Resolved: 2012-11-30
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 8
8 b67Fixed
Related Reports
Relates :  
Description
As soon as the following changeset shows up in hotspot-main we should switch over using the new package name:

Changeset: a40b0f51613b
Author:    jjh
Date:      2012-10-20 22:49 +0100
URL:       http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a40b0f51613b

7197401: Add a subset of the org.objectweb.asm packages to jdk8
Reviewed-by: ohair, briangoetz, erikj, iris
Comments
$ grep -n com.sun.xml.internal.ws.org.objectweb.asm src/share/classes/java/lang/invoke/* src/share/classes/java/lang/invoke/BoundMethodHandle.java:28:import static com.sun.xml.internal.ws.org.objectweb.asm.Opcodes.*; src/share/classes/java/lang/invoke/BoundMethodHandle.java:43:import com.sun.xml.internal.ws.org.objectweb.asm.ClassWriter; src/share/classes/java/lang/invoke/BoundMethodHandle.java:44:import com.sun.xml.internal.ws.org.objectweb.asm.MethodVisitor; src/share/classes/java/lang/invoke/BoundMethodHandle.java:45:import com.sun.xml.internal.ws.org.objectweb.asm.Type; src/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java:37:import com.sun.xml.internal.ws.org.objectweb.asm.*;
27-11-2012

The changeset is now in hotspot-main: http://hg.openjdk.java.net/hsx/hotspot-main/jdk/rev/a40b0f51613b
26-11-2012