src/hotspot/share/oops/oopsHierarchy.hpp
changeset 53149 259c36ef27df
parent 52070 e4d72440d60e
child 53244 9807daeb47c4
equal deleted inserted replaced
53148:17d568776429 53149:259c36ef27df
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, 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.
    71 // compiler because there are too many steps in the conversion.  Use Handle()
    71 // compiler because there are too many steps in the conversion.  Use Handle()
    72 // instead, which generates less code anyway.
    72 // instead, which generates less code anyway.
    73 
    73 
    74 class Thread;
    74 class Thread;
    75 class PromotedObject;
    75 class PromotedObject;
    76 
    76 class oopDesc;
    77 
    77 
    78 class oop {
    78 class oop {
    79   oopDesc* _o;
    79   oopDesc* _o;
    80 
    80 
    81   void register_oop();
    81   void register_oop();