-
Bug
-
Resolution: Fixed
-
P3
-
8.0pe, 5.0
-
01
-
generic
-
generic
Name: vj102386 Date: 05/10/2003
-------------------------------------------------------------------------
I have built mantis sources with OTHER_JAVACFLAGS flag set to -g. Build was finished successful but when I execute most of the java ( javac, javap, javah, jar ...) tools under ALT_OUTPUTDIR/j2sdk-images/bin I get the following error.
java_re@j2se-sparc%<12>echo $JAVA_HOME
/export1/jdk/jdk1.4.2.APR.29/control/build/solaris-sparc/j2sdk-image
java_re@j2se-sparc%<13>javap -classpath $JAVA_HOME/jre/lib/rt.jar -l
sun.tools.util.CommandLine
Exception in thread "main" java.lang.ClassFormatError: sun/tools/javap/Main
(Local variable signature has bad constant pool index)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:267)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
java_re@j2se-sparc%<14>
Same results even if I built with DEBUG_CLASSFILES flag set to true. Perhaps If I remove the pack/unpack process during the build, then do the build, execute any java tools under j2sdk-images/bin it works fine.
BUILD PATH :- /net/j2se-sparc.sfbay/export1/jdk/jdk1.4.2.MAY.02
Log File :- /net/j2se-sparc.sfbay/export1/jdk/jdk1.4.2.MAY.02/local-debug-build.log
-------------------------------------------------------------------------
I have built mantis sources with OTHER_JAVACFLAGS flag set to -g. Build was finished successful but when I execute most of the java ( javac, javap, javah, jar ...) tools under ALT_OUTPUTDIR/j2sdk-images/bin I get the following error.
java_re@j2se-sparc%<12>echo $JAVA_HOME
/export1/jdk/jdk1.4.2.APR.29/control/build/solaris-sparc/j2sdk-image
java_re@j2se-sparc%<13>javap -classpath $JAVA_HOME/jre/lib/rt.jar -l
sun.tools.util.CommandLine
Exception in thread "main" java.lang.ClassFormatError: sun/tools/javap/Main
(Local variable signature has bad constant pool index)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:267)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
java_re@j2se-sparc%<14>
Same results even if I built with DEBUG_CLASSFILES flag set to true. Perhaps If I remove the pack/unpack process during the build, then do the build, execute any java tools under j2sdk-images/bin it works fine.
BUILD PATH :- /net/j2se-sparc.sfbay/export1/jdk/jdk1.4.2.MAY.02
Log File :- /net/j2se-sparc.sfbay/export1/jdk/jdk1.4.2.MAY.02/local-debug-build.log