-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.2
-
x86, sparc
-
solaris_2.6, windows_95, windows_nt
While running the RMI-IIOP product tests on win32 against J2EE build "au" / RIP_J2EE build "b" , a nonfatal internal JIT error is seen. The following tests are giving the problems:
1). MarshalTest (OBVTest0003)
2). SimpleTest
3). Performance
The error is shown below:
A nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'com/sun/corba/ee/internal/iiop/CDRInputStream.start_block ()V' : Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi.
To reproduce the bug:
1). Map J: to /usr/local/java
2). Map H: /home/arung/
3). Edit H:/workspaces/rmi-iiop/tests/func/setup/rmi-iiop/setup_solaris.ksh to ensure that BUILD variable points to J (for j2ee) OR E (for rip_j2ee).
4). Using MKS Toolkit, go to H:/workspaces/rmi-iiop/tests/func/<test-directory>/rmi-iiop directory and give 'make' on the command line.
Name: skT88420 Date: 10/21/99
A nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'com/sun/corba/ee/internal/iiop/CDRInputStream.start_block ()V': Interpreting
method.
(Review ID: 96839)
======================================================================
Name: sg39081 Date: 11/26/99
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'ShowParallel.animateObjects
(Ljava/awt/Frame;LParallelCamera;
[LGObject;ILMatrix;ILjava/awt/Graphics;
LMyCanvas;)
V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
Various classes involved.
The Following code seems to cause the error(once this bit of code is removed the
re is no error generated). Despite the error the code seems to do what is
required of it.
CODE:
for(int j=0; j < n;++j) {
double small=0;
for(int l=j,pos=-1;l<n;l++){
if(l==j) {small=objects[l].largestZ();continue;}
if(objects[l].largestZ()<small){
small=objects[l].largestZ();
pos=l;
}
if((l==n-1)&&(pos>0)){
GObject tmp=objects[j];
objects[j]=objects[pos];
objects[pos]=tmp;
}
}
}
:ENDCODE
The code is within the animateObjects method in the showparralel class.
(Review ID: 98317)
======================================================================
Name: krT82822 Date: 12/15/99
java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)
I have a test client that creates 20 threads that each create a session bean
and call a method. When the thread finishes it prints its name.
This happens everytime. Nothing bad seems to happen.
Thread-6
Thread-2
Thread-15
Thread-8
Thread-12
Thread-11
A nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'com/sun/corba/ee/internal/iiop/CDRInputStream.start_block ()V': Interpreting
method.
Please report this error in detail to http://java.sun.com/cgi-
bin/bugreport.cgi
Thread-0
Thread-9
Thread-1
Thread-13
Thread-16
Thread-17
Thread-19
Thread-14
Thread-4
Thread-3
Thread-10
Thread-5
Thread-7
Thread-18
(Review ID: 99068)
======================================================================
1). MarshalTest (OBVTest0003)
2). SimpleTest
3). Performance
The error is shown below:
A nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'com/sun/corba/ee/internal/iiop/CDRInputStream.start_block ()V' : Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi.
To reproduce the bug:
1). Map J: to /usr/local/java
2). Map H: /home/arung/
3). Edit H:/workspaces/rmi-iiop/tests/func/setup/rmi-iiop/setup_solaris.ksh to ensure that BUILD variable points to J (for j2ee) OR E (for rip_j2ee).
4). Using MKS Toolkit, go to H:/workspaces/rmi-iiop/tests/func/<test-directory>/rmi-iiop directory and give 'make' on the command line.
Name: skT88420 Date: 10/21/99
A nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'com/sun/corba/ee/internal/iiop/CDRInputStream.start_block ()V': Interpreting
method.
(Review ID: 96839)
======================================================================
Name: sg39081 Date: 11/26/99
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'ShowParallel.animateObjects
(Ljava/awt/Frame;LParallelCamera;
[LGObject;ILMatrix;ILjava/awt/Graphics;
LMyCanvas;)
V': Interpreting method.
Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi
Various classes involved.
The Following code seems to cause the error(once this bit of code is removed the
re is no error generated). Despite the error the code seems to do what is
required of it.
CODE:
for(int j=0; j < n;++j) {
double small=0;
for(int l=j,pos=-1;l<n;l++){
if(l==j) {small=objects[l].largestZ();continue;}
if(objects[l].largestZ()<small){
small=objects[l].largestZ();
pos=l;
}
if((l==n-1)&&(pos>0)){
GObject tmp=objects[j];
objects[j]=objects[pos];
objects[pos]=tmp;
}
}
}
:ENDCODE
The code is within the animateObjects method in the showparralel class.
(Review ID: 98317)
======================================================================
Name: krT82822 Date: 12/15/99
java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)
I have a test client that creates 20 threads that each create a session bean
and call a method. When the thread finishes it prints its name.
This happens everytime. Nothing bad seems to happen.
Thread-6
Thread-2
Thread-15
Thread-8
Thread-12
Thread-11
A nonfatal internal JIT (3.10.107(x)) error 'GetRegisterA' has occurred in :
'com/sun/corba/ee/internal/iiop/CDRInputStream.start_block ()V': Interpreting
method.
Please report this error in detail to http://java.sun.com/cgi-
bin/bugreport.cgi
Thread-0
Thread-9
Thread-1
Thread-13
Thread-16
Thread-17
Thread-19
Thread-14
Thread-4
Thread-3
Thread-10
Thread-5
Thread-7
Thread-18
(Review ID: 99068)
======================================================================