hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 35498 392b50de06c6
parent 35071 a0910b1d3e0d
child 35499 b79827ea1b9f
equal deleted inserted replaced
35488:bca41d0c2a15 35498:392b50de06c6
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, 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.
    34 #include "interpreter/oopMapCache.hpp"
    34 #include "interpreter/oopMapCache.hpp"
    35 #include "memory/allocation.inline.hpp"
    35 #include "memory/allocation.inline.hpp"
    36 #include "memory/oopFactory.hpp"
    36 #include "memory/oopFactory.hpp"
    37 #include "memory/resourceArea.hpp"
    37 #include "memory/resourceArea.hpp"
    38 #include "oops/method.hpp"
    38 #include "oops/method.hpp"
       
    39 #include "oops/objArrayOop.inline.hpp"
    39 #include "oops/oop.inline.hpp"
    40 #include "oops/oop.inline.hpp"
    40 #include "oops/fieldStreams.hpp"
    41 #include "oops/fieldStreams.hpp"
    41 #include "oops/verifyOopClosure.hpp"
    42 #include "oops/verifyOopClosure.hpp"
    42 #include "prims/jvmtiThreadState.hpp"
    43 #include "prims/jvmtiThreadState.hpp"
    43 #include "runtime/biasedLocking.hpp"
    44 #include "runtime/biasedLocking.hpp"