src/hotspot/share/prims/jvmtiRedefineClasses.cpp
changeset 49192 6734eeef4283
parent 48826 c4d9d1b08e2e
child 49359 59f6547e151f
equal deleted inserted replaced
49191:13378aa8527e 49192:6734eeef4283
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 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.
    45 #include "prims/jvmtiRedefineClasses.hpp"
    45 #include "prims/jvmtiRedefineClasses.hpp"
    46 #include "prims/jvmtiThreadState.inline.hpp"
    46 #include "prims/jvmtiThreadState.inline.hpp"
    47 #include "prims/resolvedMethodTable.hpp"
    47 #include "prims/resolvedMethodTable.hpp"
    48 #include "prims/methodComparator.hpp"
    48 #include "prims/methodComparator.hpp"
    49 #include "runtime/deoptimization.hpp"
    49 #include "runtime/deoptimization.hpp"
       
    50 #include "runtime/jniHandles.inline.hpp"
    50 #include "runtime/relocator.hpp"
    51 #include "runtime/relocator.hpp"
    51 #include "utilities/bitMap.inline.hpp"
    52 #include "utilities/bitMap.inline.hpp"
    52 #include "utilities/events.hpp"
    53 #include "utilities/events.hpp"
    53 
    54 
    54 Array<Method*>* VM_RedefineClasses::_old_methods = NULL;
    55 Array<Method*>* VM_RedefineClasses::_old_methods = NULL;