Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206039 | 12 | Calvin Cheung | P4 | Resolved | Fixed | team |
JDK-8206631 | 11.0.1 | Calvin Cheung | P4 | Resolved | Fixed | b01 |
JDK-8240383 | openjdk8u262 | Andrey Petushkov | P4 | Resolved | Fixed | team |
This happened in 11-b14.
1. I created the AppCDS archive with -XX:StartFlightRecording=dumponexit=true
2. Archive created successfully AFAICT
3. Went to run my app with
-XX:+UnlockCommercialFeatures -XX:StartFlightRecording=dumponexit=true -Xshare:on -XX:+UnlockCommercialFeatures -XX:SharedArchiveFile=App.jsa -XX:+UseAppCDS
And this happened:
Error occurred during initialization of VM
Failure when starting JFR on_vm_start
- The app would start ok with -XX:+UnlockCommercialFeatures -XX:StartFlightRecording=dumponexit=true -Xshare:off -XX:+UnlockCommercialFeatures -XX:SharedArchiveFile=App.jsa -XX:+UseAppCDS
- We re-created the archive without -XX:StartFlightRecording=dumponexit=true and then the app booted correctly with all of it: -XX:+UnlockCommercialFeatures -XX:StartFlightRecording=dumponexit=true -Xshare:on -XX:+UnlockCommercialFeatures -XX:SharedArchiveFile=App.jsa -XX:+UseAppCDS
1. I created the AppCDS archive with -XX:StartFlightRecording=dumponexit=true
2. Archive created successfully AFAICT
3. Went to run my app with
-XX:+UnlockCommercialFeatures -XX:StartFlightRecording=dumponexit=true -Xshare:on -XX:+UnlockCommercialFeatures -XX:SharedArchiveFile=App.jsa -XX:+UseAppCDS
And this happened:
Error occurred during initialization of VM
Failure when starting JFR on_vm_start
- The app would start ok with -XX:+UnlockCommercialFeatures -XX:StartFlightRecording=dumponexit=true -Xshare:off -XX:+UnlockCommercialFeatures -XX:SharedArchiveFile=App.jsa -XX:+UseAppCDS
- We re-created the archive without -XX:StartFlightRecording=dumponexit=true and then the app booted correctly with all of it: -XX:+UnlockCommercialFeatures -XX:StartFlightRecording=dumponexit=true -Xshare:on -XX:+UnlockCommercialFeatures -XX:SharedArchiveFile=App.jsa -XX:+UseAppCDS
- backported by
-
JDK-8206039 JFR start failure after AppCDS archive created with JFR StartFlightRecording
- Resolved
-
JDK-8206631 JFR start failure after AppCDS archive created with JFR StartFlightRecording
- Resolved
-
JDK-8240383 JFR start failure after AppCDS archive created with JFR StartFlightRecording
- Resolved
-
JDK-8243831 JFR start failure after AppCDS archive created with JFR StartFlightRecording
- Resolved
- relates to
-
JDK-8239140 Backport JFR to OpenJDK 8
- Resolved