-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8301883 | 11.0.20-oracle | Calvin Cheung | P4 | Resolved | Fixed | b01 |
JDK-8299551 | 11.0.19 | Paul Hohensee | P4 | Resolved | Fixed | b01 |
I get a build error when having comments like this in test/hotspot/jtreg/TEST.groups
# This group should be executed with 'jtreg -vmoptions:-Dtest.cds.run.with.jfr=true ...'
# to test interaction between AppCDS and JFR. It also has the side effect of
# testing JVMTI ClassFileLoadHook.
The function FindJtregGroupsBody in FindTests.gmk incorrectly interprets the line that contains "=" as the definition of a test group.
# This group should be executed with 'jtreg -vmoptions:-Dtest.cds.run.with.jfr=true ...'
# to test interaction between AppCDS and JFR. It also has the side effect of
# testing JVMTI ClassFileLoadHook.
The function FindJtregGroupsBody in FindTests.gmk incorrectly interprets the line that contains "=" as the definition of a test group.
- backported by
-
JDK-8299551 FindTests.gmk cannot handle "=" in TEST.groups comments
- Resolved
-
JDK-8301883 FindTests.gmk cannot handle "=" in TEST.groups comments
- Resolved
- blocks
-
JDK-8221351 Crash in KlassFactory::check_shared_class_file_load_hook
- Resolved