Commit 91ce41f SendaoYan
committed Mar 4, 2025
1 parent cc039a5 commit 91ce41f Copy full SHA for 91ce41f
File tree 1 file changed +2
-2
lines changed
test/jdk/jdk/jfr/event/gc/collection
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ public static void main(String[] args) throws Exception {
66
66
RecordedEvent event2 = events .get (1 );
67
67
Events .assertFrame (event2 , Runtime .class , "gc" );
68
68
Events .assertEventThread (event2 , Thread .currentThread ());
69
- Events .assertField (event1 , "invokedConcurrent" ).isEqual (concurrent );
69
+ Events .assertField (event2 , "invokedConcurrent" ).isEqual (concurrent );
70
70
71
71
RecordedEvent event3 = events .get (2 );
72
72
// MemoryMXBean.class is an interface so can't assertFrame on it
73
73
Events .assertEventThread (event3 , Thread .currentThread ());
74
- Events .assertField (event1 , "invokedConcurrent" ).isEqual (concurrent );
74
+ Events .assertField (event3 , "invokedConcurrent" ).isEqual (concurrent );
75
75
}
76
76
}
77
77
}
You can’t perform that action at this time.
5 commit comments
sendaoYan commentedon Mar 4, 2025
/backport jdk21u-dev
sendaoYan commentedon Mar 4, 2025
/backport jdk17u-dev
openjdk-notifier[bot] commentedon Mar 4, 2025
Review
Issues
openjdk[bot] commentedon Mar 4, 2025
@sendaoYan the backport was successfully created on the branch backport-sendaoYan-91ce41f9-master in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-dev:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk21u-dev:
openjdk[bot] commentedon Mar 4, 2025
@sendaoYan the backport was successfully created on the branch backport-sendaoYan-91ce41f9-master in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev: