aboutsummaryrefslogtreecommitdiff
path: root/test/compiler/whitebox/IsMethodCompilableTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/compiler/whitebox/IsMethodCompilableTest.java')
-rw-r--r--test/compiler/whitebox/IsMethodCompilableTest.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/compiler/whitebox/IsMethodCompilableTest.java b/test/compiler/whitebox/IsMethodCompilableTest.java
index bd5916a7c..0b7dc1786 100644
--- a/test/compiler/whitebox/IsMethodCompilableTest.java
+++ b/test/compiler/whitebox/IsMethodCompilableTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -66,10 +66,7 @@ public class IsMethodCompilableTest extends CompilerWhiteBoxTest {
*/
@Override
protected void test() throws Exception {
- if (testCase.isOsr() && CompilerWhiteBoxTest.MODE.startsWith(
- "compiled ")) {
- System.err.printf("Warning: %s is not applicable in %s%n",
- testCase.name(), CompilerWhiteBoxTest.MODE);
+ if (skipXcompOSR()) {
return;
}
if (!isCompilable()) {