commit | 97e056b22e4faacc4af90d96ecd86f470fb756aa | [log] [tgz] |
---|---|---|
author | Tobias Hartmann <thartmann@openjdk.org> | Tue Oct 28 09:17:36 2014 +0100 |
committer | Tobias Hartmann <thartmann@openjdk.org> | Tue Oct 28 09:17:36 2014 +0100 |
tree | 81067af6b9e0d89b38e14dd4e812488c79d1a6b0 | |
parent | 1ba0a20fbb114676d6673f281cb63ce20de32865 [diff] |
8061983: [TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue" Added a method checkNotCompiled(boolean isOsr) to either check if the method is OSR compiled or to check if it is non-OSR compiled. Reviewed-by: kvn