hotspot/src/os/bsd/dtrace/generateJvmOffsets.cpp
changeset 30291 54cdc5c1a9cb
parent 26809 8d3de4de954d
child 30764 fec48bf5a827
equal deleted inserted replaced
30288:476c276de939 30291:54cdc5c1a9cb
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2015, 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 "code/pcDesc.hpp"
    43 #include "code/pcDesc.hpp"
    44 #include "gc_interface/collectedHeap.hpp"
    44 #include "gc_interface/collectedHeap.hpp"
    45 #include "memory/heap.hpp"
    45 #include "memory/heap.hpp"
    46 #include "memory/memRegion.hpp"
    46 #include "memory/memRegion.hpp"
    47 #include "memory/universe.hpp"
    47 #include "memory/universe.hpp"
       
    48 #include "memory/virtualspace.hpp"
    48 #include "oops/constMethod.hpp"
    49 #include "oops/constMethod.hpp"
    49 #include "oops/klass.hpp"
    50 #include "oops/klass.hpp"
    50 #include "oops/method.hpp"
    51 #include "oops/method.hpp"
    51 #include "oops/oop.hpp"
    52 #include "oops/oop.hpp"
    52 #include "oops/symbol.hpp"
    53 #include "oops/symbol.hpp"
    53 #include "runtime/virtualspace.hpp"
       
    54 #include "runtime/vmStructs.hpp"
    54 #include "runtime/vmStructs.hpp"
    55 #include "utilities/accessFlags.hpp"
    55 #include "utilities/accessFlags.hpp"
    56 #include "utilities/globalDefinitions.hpp"
    56 #include "utilities/globalDefinitions.hpp"
    57 
    57 
    58 // These are defined somewhere for Solaris
    58 // These are defined somewhere for Solaris