< prev index next >

test/hotspot/gtest/code/test_vtableStub.cpp

Print this page

        

*** 22,32 **** * */ #include "precompiled.hpp" #include "code/vtableStubs.hpp" ! #include "runtime/interfaceSupport.hpp" #include "unittest.hpp" TEST_VM(code, vtableStubs) { // Should be in VM to use locks ThreadInVMfromNative ThreadInVMfromNative(JavaThread::current()); --- 22,32 ---- * */ #include "precompiled.hpp" #include "code/vtableStubs.hpp" ! #include "runtime/interfaceSupport.inline.hpp" #include "unittest.hpp" TEST_VM(code, vtableStubs) { // Should be in VM to use locks ThreadInVMfromNative ThreadInVMfromNative(JavaThread::current());
< prev index next >