Skip to content

Commit

Permalink
Merge pull request #20967 from thallium/jfr-fix-0.49
Browse files Browse the repository at this point in the history
(0.49) Change JFR default package name to empty string to avoid failure on JMC
  • Loading branch information
tajila authored Jan 17, 2025
2 parents a426a56 + 42d00fe commit 3c3d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/vm/JFRConstantPoolTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ J9_DECLARE_CONSTANT_UTF8(nullString, "(nullString)");
J9_DECLARE_CONSTANT_UTF8(unknownClass, "(defaultPackage)/(unknownClass)");
J9_DECLARE_CONSTANT_UTF8(nativeMethod, "(nativeMethod)");
J9_DECLARE_CONSTANT_UTF8(nativeMethodSignature, "()");
J9_DECLARE_CONSTANT_UTF8(defaultPackage, "(defaultPackage)");
J9_DECLARE_CONSTANT_UTF8(defaultPackage, "");
J9_DECLARE_CONSTANT_UTF8(bootLoaderName, "boostrapClassLoader");
J9_DECLARE_CONSTANT_UTF8(unknownThread, "unknown thread");

Expand Down

0 comments on commit 3c3d179

Please sign in to comment.