Skip to content

Commit 3c3d179

Browse files
authored
Merge pull request #20967 from thallium/jfr-fix-0.49
(0.49) Change JFR default package name to empty string to avoid failure on JMC
2 parents a426a56 + 42d00fe commit 3c3d179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/vm/JFRConstantPoolTypes.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ J9_DECLARE_CONSTANT_UTF8(nullString, "(nullString)");
4343
J9_DECLARE_CONSTANT_UTF8(unknownClass, "(defaultPackage)/(unknownClass)");
4444
J9_DECLARE_CONSTANT_UTF8(nativeMethod, "(nativeMethod)");
4545
J9_DECLARE_CONSTANT_UTF8(nativeMethodSignature, "()");
46-
J9_DECLARE_CONSTANT_UTF8(defaultPackage, "(defaultPackage)");
46+
J9_DECLARE_CONSTANT_UTF8(defaultPackage, "");
4747
J9_DECLARE_CONSTANT_UTF8(bootLoaderName, "boostrapClassLoader");
4848
J9_DECLARE_CONSTANT_UTF8(unknownThread, "unknown thread");
4949

0 commit comments

Comments
 (0)