< prev index next >

src/hotspot/share/classfile/verificationType.cpp

Print this page
rev 49211 : 8199472: Fix non-PCH build after JDK-8199319

@@ -25,10 +25,11 @@
 #include "precompiled.hpp"
 #include "classfile/symbolTable.hpp"
 #include "classfile/systemDictionaryShared.hpp"
 #include "classfile/verificationType.hpp"
 #include "classfile/verifier.hpp"
+#include "runtime/handles.inline.hpp"
 
 VerificationType VerificationType::from_tag(u1 tag) {
   switch (tag) {
     case ITEM_Top:     return bogus_type();
     case ITEM_Integer: return integer_type();
< prev index next >