JDK-5019035 : unexpected exception/exception catch events in nsk cm03t001
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 2004-03-23
  • Updated: 2004-03-29
  • Resolved: 2004-03-29
Related Reports
Duplicate :  
Description
nsk test:

nsk/jvmti/scenarios/capability/CM03/cm03t001

This problem is reproduced on win IA64. 

The test case expects zero exception and exception catch count. 

This could be a test bug. Either during compilation or linking
vm runs java code and vm could throw exception and catch in
the java core class itself. Need further investigation.





Comments
EVALUATION Name: pvR10198 Date: 03/24/2004 Here is a duplicate of: 4991286 thread misses ThreadDeath of StopThread on Server VM The test provokes ThreadDeath exception via agent calling StopThread and expects ThreadDeath to be catched. I'm going to close the bug as duplicate of 4991286. Pavel Vyssotski, <###@###.###> ====================================================================== This another case of a using StopThread to stop a thread in a busy loop. If code is added to cm03t001Thread.delay() so that the thread can be "stopped" then the expected ThreadDeath is thrown. As Pavel noted this is essentially the same issue as 4991286. ###@###.### 2004-03-29
29-03-2004