Skip to content

Commit

Permalink
jfr-converter.jar; use JDK 8
Browse files Browse the repository at this point in the history
  • Loading branch information
apangin committed Mar 16, 2024
1 parent 8fbe739 commit 7b24936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launcher/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static const char VERSION_STRING[] =
"JFR converter " PROFILER_VERSION " built on " __DATE__ "\n";

INCLUDE_HELPER_CLASS(EMBEDDED_CLASS_LOADER, CLASS_BYTES, "one/profiler/EmbeddedClassLoader")
INCBIN(CONVERTER_JAR, "build/jar/jfrconv.jar")
INCBIN(CONVERTER_JAR, "build/jar/jfr-converter.jar")


#if defined(__APPLE__)
Expand Down

0 comments on commit 7b24936

Please sign in to comment.