From 8f352457a05b8db062eae1c255178550886b8ebd Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Thu, 18 Jun 2009 18:31:15 +0200 Subject: [PATCH] Compile with changes of papihighlevel * commit 0ab6aa7576ac5ccdd9d0f99630016a2be87993b3 changed the API of print_result --- jikes_write_barrier/src/lip6/jikesrvm/bench/Main.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);