diff --git a/jikes_write_barrier/src/lip6/jikesrvm/bench/Main.java b/jikes_write_barrier/src/lip6/jikesrvm/bench/Main.java index 41b6dce..1f0d7e1 100644 --- a/jikes_write_barrier/src/lip6/jikesrvm/bench/Main.java +++ b/jikes_write_barrier/src/lip6/jikesrvm/bench/Main.java @@ -43,7 +43,8 @@ public class Main return; } bubbleSort(); - if (PapiHighLevel.print_results() != 0) + /* Only the 6 store in the if of the bubbleSort call the write barrier */ + if (PapiHighLevel.print_results(6, NB_ELEM) != 0) { System.err.println("Error while getting results"); java.lang.System.exit(2);