Skip to content

Commit

Permalink
8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_T…
Browse files Browse the repository at this point in the history
…est.java fails with -Xcomp

Backport-of: 103b6b2
  • Loading branch information
Andrew Lu authored and GoeLin committed Nov 28, 2023
1 parent 345122d commit f9bedac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -397,7 +397,7 @@ public void run() throws Throwable {
// TODO: exclude GC time, compilation time (optionally) from measurements

print("Comparing invocation time orders");
verifyTimeOrder(results[REFLECTION_CALL], results[INVOKE_EXACT]);
verifyTimeOrder(results[INDY], results[REFLECTION_CALL]);
verifyTimeOrder(results[INVOKE_EXACT], results[DIRECT_CALL]);
verifyTimeOrder(results[INVOKE], results[DIRECT_CALL]);
verifyTimeOrder(results[INVOKE_EXACT], results[INDY]);
Expand Down

1 comment on commit f9bedac

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.