8203629: Produce events in the JDK without a dependency on jdk.jfr

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2018-10-31 02:10:21 +01:00
parent 7d2ac4cc31
commit ba18b569ef
22 changed files with 444 additions and 136 deletions

View file

@ -136,6 +136,8 @@ module java.base {
java.security.sasl;
exports jdk.internal to
jdk.jfr;
exports jdk.internal.event to
jdk.jfr;
exports jdk.internal.jimage to
jdk.jlink;
exports jdk.internal.jimage.decompressor to