JDK-4717809 : LIN64 & WINXP64 : jvmpi test classload001 test hangs
  • Type: Bug
  • Component: vm-legacy
  • Sub-Component: jvmpi
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_7.2
  • CPU: itanium
  • Submitted: 2002-07-19
  • Updated: 2012-10-01
  • Resolved: 2002-08-19
Related Reports
Duplicate :  
Description
-------------------------------------
Test            : nsk/jvmpi/events/classload001
TestBase        : testbase_nsk
VM              : server
Mode            : int
Platform        : Itanium
OS              : RH7.2, WINXP

----------------------------------------

Steps to reproduce :

* Go to /net/jano.sfbay/export/disk20/GammaBase/Bugs/{BugID}
* Execute as ksh doit.ksh

Test once started hangs after giving the following message. Contrl C does work we have to kill the terminal. 

Error :
An exception has occurred in the compiler (1.4.1-rc). Please file a bug at the Java Developer Connection (http://java.sun.com/cgi-bin/bugreport.cgi)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
java.lang.InternalError: jzentry == 0,
 jzfile = 6917529027641979648,
 total = 548,
 name = /net/sqesvr/export/vsn/VM/testbase/testbase_vm/jck-links/jck118/javatest.jar,
 i = 444,
 message = invalid LOC header (bad signature)
        at java.util.zip.ZipFile$2.nextElement(ZipFile.java:309)
        at com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:972)
        at com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1199)
        at com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1320)
        at com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1340)
        at com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:1049)
        at com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:332)
        at com.sun.tools.javac.v8.comp.Enter.visitTopLevel(Enter.java:467)
        at com.sun.tools.javac.v8.tree.Tree$TopLevel.accept(Tree.java:390)
        at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:442)
        at com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:456)
        at com.sun.tools.javac.v8.comp.Enter.complete(Enter.java:588)
        at com.sun.tools.javac.v8.comp.Enter.main(Enter.java:574)
        at com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:334)
        at com.sun.tools.javac.v8.Main.compile(Main.java:520)
        at com.sun.tools.javac.Main.compile(Main.java:36)
        at com.sun.tools.javac.Main.main(Main.java:27)


Comments
EVALUATION ###@###.### 2002-08-13 What appears to be happening here is that javac is failing. I remember there being problems with javac during the initial Itanium port. Is this bug just an instance of that failure mode? Marking bug as incomplete for now.
11-06-2004