Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasholenstein committed Aug 29, 2024
1 parent 729d6dc commit cd0d871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReachabilityFence2.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
import java.lang.ref.Reference;

/*
/Users/tholenst/dev/jdk7/build/macosx-aarch64-debug/jdk/bin/java -XX:CompileCommand=compileonly,*ReachabilityFence2::test -Xbatch -XX:-TieredCompilation -XX:+UseNewCode ReachabilityFence2.java */
/Users/tholenst/dev/jdk7/build/macosx-aarch64-debug/jdk/bin/java -XX:CompileCommand=compileonly,*ReachabilityFence2::test -Xbatch -XX:-TieredCompilation -XX:+UseNewCode ReachabilityFence2.java
*/
public class ReachabilityFence2 {

static A obj = new A();
Expand Down

0 comments on commit cd0d871

Please sign in to comment.