Skip to content

Commit

Permalink
Merge pull request #372 from hyperpape/updatereadmescript
Browse files Browse the repository at this point in the history
Updatereadmescript
  • Loading branch information
chriswhocodes authored Jul 7, 2023
2 parents 40c4ac0 + fe6f41b commit f5fac84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ For pre-JDK11 you will need to use a Java runtime that includes JavaFX.

<h2>Build an example HotSpot log</h2>
<pre># Build the code and then run
./makeDemoLogFile.sh</pre>
cd scripts && ./makeDemoLogFile.sh</pre>
6 changes: 1 addition & 5 deletions scripts/makeDemoLogFile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ echo "VM Switches $REQUIRED_SWITCHES $OPTIONAL_SWITCHES"

echo "Building example HotSpot log"

if [ "$unamestr" = 'Darwin' ]; then
export CLASSPATH=../ui/target/jitwatch-ui-1.4.4-shaded-mac.jar
else
export CLASSPATH=../ui/target/jitwatch-ui-1.4.4-shaded-linux.jar
fi
export CLASSPATH=../ui/target/jitwatch-ui-shaded.jar

"$JAVA_HOME/bin/java" $REQUIRED_SWITCHES $OPTIONAL_SWITCHES -cp "$CLASSPATH" org.adoptopenjdk.jitwatch.demo.MakeHotSpotLog 2>&1 >/dev/null
echo "Done"

0 comments on commit f5fac84

Please sign in to comment.