test/hotspot/gtest/code/test_vtableStub.cpp
changeset 49449 ef5d5d343e2a
parent 48557 2e867226b914
equal deleted inserted replaced
49448:b91b558a9076 49449:ef5d5d343e2a
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "code/vtableStubs.hpp"
    26 #include "code/vtableStubs.hpp"
    27 #include "runtime/interfaceSupport.hpp"
    27 #include "runtime/interfaceSupport.inline.hpp"
    28 #include "unittest.hpp"
    28 #include "unittest.hpp"
    29 
    29 
    30 TEST_VM(code, vtableStubs) {
    30 TEST_VM(code, vtableStubs) {
    31   // Should be in VM to use locks
    31   // Should be in VM to use locks
    32   ThreadInVMfromNative ThreadInVMfromNative(JavaThread::current());
    32   ThreadInVMfromNative ThreadInVMfromNative(JavaThread::current());