-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 1.1.7, 1.1.8
-
Component/s: vm-legacy
-
x86
-
windows_95, windows_98
Name: tb29552 Date: 02/26/99
a nonfatal internal JIT (3.00.072b(x)) error 'GetRegisterA' has
occurred in: 'Matrix.fixCoefs (Z)V': Interprreting method.
I have stripped my program of almost all code that is irrelevant
to the problem and I have created a zip file which I would
like to submit containing the essence of the problem. If you
would like this zip file you will have to provide me with an
email address to send it to.
James T.Parker
###@###.###
(Review ID: 54054)
======================================================================
The test case attached to this bug report in EQUATE.zip.Z
to reproduce:
1) Extract EQUATE.zip.Z into a temp directory
2) compress -d EQUATE.zip.Z
3) unzip EQUATE.zip
4) set JAVA_COMPCMD=FORCE_SIGNON
5) java EQUATE
Name: skT88420 Date: 06/07/99
A nonfatal internal JIT (3.00.072b(x)) error
'GetRegisterA' has occurred in : 'RIR.makeArray
Here the method RIR.makeArray it's part of a
run-length encoding class for images:
private void makeArray(int[] pix){
int runLength = 1;
int prevColour = pix[0];
arraySize++;
for(int i = 1; i < pix.length; i++){
if (pix[i] == prevColour){
runLength++;
} else {
arraySize = arraySize + 2;
runLength = 1;
prevColour = pix[i];
}
}
(Review ID: 84005)
======================================================================
a nonfatal internal JIT (3.00.072b(x)) error 'GetRegisterA' has
occurred in: 'Matrix.fixCoefs (Z)V': Interprreting method.
I have stripped my program of almost all code that is irrelevant
to the problem and I have created a zip file which I would
like to submit containing the essence of the problem. If you
would like this zip file you will have to provide me with an
email address to send it to.
James T.Parker
###@###.###
(Review ID: 54054)
======================================================================
The test case attached to this bug report in EQUATE.zip.Z
to reproduce:
1) Extract EQUATE.zip.Z into a temp directory
2) compress -d EQUATE.zip.Z
3) unzip EQUATE.zip
4) set JAVA_COMPCMD=FORCE_SIGNON
5) java EQUATE
Name: skT88420 Date: 06/07/99
A nonfatal internal JIT (3.00.072b(x)) error
'GetRegisterA' has occurred in : 'RIR.makeArray
Here the method RIR.makeArray it's part of a
run-length encoding class for images:
private void makeArray(int[] pix){
int runLength = 1;
int prevColour = pix[0];
arraySize++;
for(int i = 1; i < pix.length; i++){
if (pix[i] == prevColour){
runLength++;
} else {
arraySize = arraySize + 2;
runLength = 1;
prevColour = pix[i];
}
}
(Review ID: 84005)
======================================================================