-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 12, 13, 14, 15, 20, 21, 22, 23
-
b12
-
x86_64
-
linux
jThis failure was spotted in the jdk/jdk CI with the following test:
vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java
Here is a snippet of the .jtr file:
#section:main
----------messages:(4/259)----------
command: main -agentlib:setfldw001 nsk.jvmti.SetFieldAccessWatch.setfldw001
reason: User specified action: run main/othervm/native -agentlib:setfldw001 nsk.jvmti.SetFieldAccessWatch.setfldw001
Mode: othervm [/othervm specified]
elapsed time (seconds): 7.671
----------configuration:(0/0)----------
----------System.out:(1/58)----------
(Field 4) thrown field ID expected: 0x0x5e2, got: 0x(nil)
----------System.err:(0/0)----------
This failure reminds me of a very old bug:
JDK-6528079 setfldw001 and setfmodw001 fail intermittently with a bad field ID
vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java
Here is a snippet of the .jtr file:
#section:main
----------messages:(4/259)----------
command: main -agentlib:setfldw001 nsk.jvmti.SetFieldAccessWatch.setfldw001
reason: User specified action: run main/othervm/native -agentlib:setfldw001 nsk.jvmti.SetFieldAccessWatch.setfldw001
Mode: othervm [/othervm specified]
elapsed time (seconds): 7.671
----------configuration:(0/0)----------
----------System.out:(1/58)----------
(Field 4) thrown field ID expected: 0x0x5e2, got: 0x(nil)
----------System.err:(0/0)----------
This failure reminds me of a very old bug:
JDK-6528079 setfldw001 and setfmodw001 fail intermittently with a bad field ID
- links to
-
Commit(master) openjdk/jdk/c646efc3
-
Review(master) openjdk/jdk/20587