hotspot/src/share/vm/oops/generateOopMap.cpp
changeset 37161 e881f320966e
parent 33593 60764a78fa5c
child 37203 90eabed33a6c
equal deleted inserted replaced
37157:2a0fdb3e2a19 37161:e881f320966e
     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.
    28 #include "oops/oop.inline.hpp"
    28 #include "oops/oop.inline.hpp"
    29 #include "oops/symbol.hpp"
    29 #include "oops/symbol.hpp"
    30 #include "runtime/handles.inline.hpp"
    30 #include "runtime/handles.inline.hpp"
    31 #include "runtime/java.hpp"
    31 #include "runtime/java.hpp"
    32 #include "runtime/relocator.hpp"
    32 #include "runtime/relocator.hpp"
       
    33 #include "runtime/timerTrace.hpp"
    33 #include "utilities/bitMap.inline.hpp"
    34 #include "utilities/bitMap.inline.hpp"
    34 #include "prims/methodHandles.hpp"
    35 #include "prims/methodHandles.hpp"
    35 
    36 
    36 //
    37 //
    37 //
    38 //