-
Bug
-
Resolution: Fixed
-
P4
-
17, 18, 21, 24
-
b13
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8351112 | 24.0.2 | Sendao Yan | P4 | Resolved | Fixed | master |
A DESCRIPTION OF THE PROBLEM :
In jdk.jfr.event.gc.collection.TestSystemGC the following line is repeated 3 times:
Events.assertField(event1, "invokedConcurrent").isEqual(concurrent);
The 2nd and 3rd occurrences should check 'event2' and 'event3' instead of 'event1'.
In jdk.jfr.event.gc.collection.TestSystemGC the following line is repeated 3 times:
Events.assertField(event1, "invokedConcurrent").isEqual(concurrent);
The 2nd and 3rd occurrences should check 'event2' and 'event3' instead of 'event1'.
- backported by
-
JDK-8351112 Bug in jdk.jfr.event.gc.collection.TestSystemGC
-
- Resolved
-
- relates to
-
JDK-8268576 jdk/jfr/event/gc/collection/TestSystemGc.java fails
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk24u/91ce41f9
-
Commit(master) openjdk/jdk/e80b76b6
-
Review(master) openjdk/jdk17u-dev/3316
-
Review(master) openjdk/jdk21u-dev/1444
-
Review(master) openjdk/jdk24u/96
-
Review(master) openjdk/jdk/23445
(3 links to)