src/hotspot/share/classfile/verifier.cpp
changeset 49192 6734eeef4283
parent 48826 c4d9d1b08e2e
child 49340 4e82736053ae
equal deleted inserted replaced
49191:13378aa8527e 49192:6734eeef4283
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    43 #include "oops/typeArrayOop.hpp"
    43 #include "oops/typeArrayOop.hpp"
    44 #include "runtime/fieldDescriptor.hpp"
    44 #include "runtime/fieldDescriptor.hpp"
    45 #include "runtime/handles.inline.hpp"
    45 #include "runtime/handles.inline.hpp"
    46 #include "runtime/interfaceSupport.hpp"
    46 #include "runtime/interfaceSupport.hpp"
    47 #include "runtime/javaCalls.hpp"
    47 #include "runtime/javaCalls.hpp"
       
    48 #include "runtime/jniHandles.inline.hpp"
    48 #include "runtime/orderAccess.inline.hpp"
    49 #include "runtime/orderAccess.inline.hpp"
    49 #include "runtime/os.hpp"
    50 #include "runtime/os.hpp"
    50 #include "runtime/thread.hpp"
    51 #include "runtime/thread.hpp"
    51 #include "services/threadService.hpp"
    52 #include "services/threadService.hpp"
    52 #include "utilities/align.hpp"
    53 #include "utilities/align.hpp"