-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta2
-
generic
-
generic
-
Verified
Name: poR10007 Date: 05/23/2001
The compiler (jdk1.4.0beta-b65) eliminates goto bytecodes whose target
is the next instruction during code generation stage (such goto instructions
usually occur at the end of an if statement without else or a switch statement
without default branch). This allows to compact code but causes change
of code pointers after they were stored in the CharacterRangeTable. So code
compacting should be disabled when running in -Xjcov mode.
======================================================================