8214787: Zero builds fail with "undefined JavaThread::thread_state()"

Reviewed-by: stuefe, zgu
This commit is contained in:
Aleksey Shipilev 2018-12-04 15:47:05 +01:00
parent ec1f026392
commit b6fce5bbd4

View File

@ -26,7 +26,7 @@
#include "precompiled.hpp"
#include "interpreter/bytecodeInterpreter.hpp"
#include "interpreter/interpreterRuntime.hpp"
#include "runtime/thread.hpp"
#include "runtime/thread.inline.hpp"
#include "stack_zero.hpp"
#include "stack_zero.inline.hpp"
#include "runtime/frame.inline.hpp"