--- old/src/hotspot/share/classfile/verificationType.cpp 2018-03-13 18:04:35.296763130 +0100 +++ new/src/hotspot/share/classfile/verificationType.cpp 2018-03-13 18:04:34.948765731 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -27,6 +27,7 @@ #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) {