You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
report(bb, format, method, "HotSpot element used at run time: " + format + ".");
1799
+
if (!HOTSPOT_IN_NAME_EXCEPTIONS.contains(format)) {
1800
+
report(bb, format, method, "Element with HotSpot in its name used at run time: " + format + System.lineSeparator() +
1801
+
"If this is a regular JDK value, and not a HotSpot element that was accidentally included, you can add it to the NativeImageGenerator.HOTSPOT_IN_NAME_EXCEPTIONS" +
1802
+
System.lineSeparator() +
1803
+
"If this is HotSpot element that was accidentally included find a way to exclude it from the image.");
0 commit comments