-
Bug
-
Resolution: Fixed
-
P3
-
1.1, 1.1.6, 1.2.0
-
1.1.6
-
x86
-
windows_95, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2020145 | 1.2.0 | Deepa Viswanathan | P3 | Resolved | Fixed | 1.2beta4 |
Name: chT40241 Date: 04/20/98
Using JavaCC 0.7.1 (downloaded from http://www.suntest.com);
in the examples/Transformer subdirectory; doing what the README says (BTW, I'm using JDK 1.1.6N):
>>> To try this out, type:
>>> jjtree ToyJava.jjt
>>> javacc ToyJava.jj
>>> javac *.java
>>> java ToyParser divide.toy divide.java
The first step "jjtree ToyJava.jjt" is fine
The second step "javacc ToyJava.jj" produces these messages:
Java Compiler Compiler Version 0.7.1 (Parser Generator)
Copyright (c) 1996, 1997 Sun Microsystems Inc.
(type "javacc" with no arguments for help)
Reading from file Toyjava.jj . . .
A nonfatal internal JIT (3.00.039(x)) error 'Verify user locks error' has occurred in :
'COM/sun/labs/javacc/NfaState.CanStartNfaUsingAscii (C)Z': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
A nonfatal internal JIT (3.00.039(x)) error 'Verify user locks error' has occurred in :
'COM/sun/labs/javacc/RStringLiteral.GetStateSetForKind (II)I': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
A nonfatal internal JIT (3.00.039(x)) error 'Verify user locks error' has occurred in :
'COM/sun/labs/javacc/NfaState.GenerateNonAsciiMoves (Ljava/io/PrintStream;)V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
======================================================================
- backported by
-
JDK-2020145 internal JIT error 'Verify user locks error'
-
- Resolved
-