# HG changeset patch # User Christian Wimmer # Date 1397774003 25200 # Node ID b7dbf94039028f32e7f89c8a1dcae20159fa5692 # Parent ccf0c5a1edf1eecf6a4378d711372c648583f778 Fix test method lookup diff -r ccf0c5a1edf1 -r b7dbf9403902 graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java --- a/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java Thu Apr 17 15:32:57 2014 -0700 +++ b/graal/com.oracle.graal.hotspot.test/src/com/oracle/graal/hotspot/test/CompressedOopTest.java Thu Apr 17 15:33:23 2014 -0700 @@ -200,7 +200,7 @@ while (j < objects.length) { if (!installedBenchmarkCode.isValid()) { // This can get invalidated due to lack of MDO update - installedBenchmarkCode = getInstalledCode("queueTest"); + installedBenchmarkCode = getInstalledCode("queueTest", Object.class, Object.class); } installedBenchmarkCode.executeVarargs(q, objects[j]); j++;