-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
1.2.1
-
x86
-
windows_nt
Throwing exception inside a synchronized method does not work. The following example was sent by a customer. It runs fine without JIT in JDK 1.2.1 and JDK 1.1.6, but gets stuck when the first exception is thrown if the JIT is enabled. Run the tt class in the attachment to see the example.