In b39 the nsk/jvmdi/SetEventNotification/setnotif002 test fails :-
#(2) ERROR enabling JVMDI_EVENT_THREAD_END!
# expected: JVMDI_ERROR_NONE (0)
# actual: JVMDI_ERROR_ILLEGAL_ARGUMENT (103)
#(2) ERROR disabling JVMDI_EVENT_THREAD_END!
# expected: JVMDI_ERROR_NONE (0)
# actual: JVMDI_ERROR_ILLEGAL_ARGUMENT (103)
The regression stems from the changes for 4990923 the changes result
in THREAD_END being considered a global event whereas it is a thread
filtered event in the JVMDI spec.
###@###.### 2004-02-13