test/compiler/tiered/NonTieredLevelsTest.java

changeset 6353
d559dbbded7a
parent 6211
d1760952ebdd
child 6876
710a3c8b516e
child 9689
89dcef434423
equal deleted inserted replaced
6352:57e40b260938 6353:d559dbbded7a
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
68 WHITE_BOX.testSetDontInlineMethod(method, true); 68 WHITE_BOX.testSetDontInlineMethod(method, true);
69 } 69 }
70 70
71 @Override 71 @Override
72 protected void test() throws Exception { 72 protected void test() throws Exception {
73 if (skipXcompOSR()) {
74 return;
75 }
73 checkNotCompiled(); 76 checkNotCompiled();
74 compile(); 77 compile();
75 checkCompiled(); 78 checkCompiled();
76 79
77 int compLevel = getCompLevel(); 80 int compLevel = getCompLevel();

mercurial