src/share/vm/opto/locknode.hpp

Print this page
rev 6670 : 8049325: Introduce and clean up umbrella headers for the files in the cpu subdirectories.
Reviewed-by: lfoltan, coleenp, dholmes

*** 1,7 **** /* ! * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 26,56 **** #define SHARE_VM_OPTO_LOCKNODE_HPP #include "opto/node.hpp" #include "opto/opcodes.hpp" #include "opto/subnode.hpp" ! #ifdef TARGET_ARCH_MODEL_x86_32 ! # include "adfiles/ad_x86_32.hpp" ! #endif ! #ifdef TARGET_ARCH_MODEL_x86_64 ! # include "adfiles/ad_x86_64.hpp" ! #endif ! #ifdef TARGET_ARCH_MODEL_sparc ! # include "adfiles/ad_sparc.hpp" ! #endif ! #ifdef TARGET_ARCH_MODEL_zero ! # include "adfiles/ad_zero.hpp" ! #endif ! #ifdef TARGET_ARCH_MODEL_arm ! # include "adfiles/ad_arm.hpp" ! #endif ! #ifdef TARGET_ARCH_MODEL_ppc_32 ! # include "adfiles/ad_ppc_32.hpp" ! #endif ! #ifdef TARGET_ARCH_MODEL_ppc_64 ! # include "adfiles/ad_ppc_64.hpp" ! #endif //------------------------------BoxLockNode------------------------------------ class BoxLockNode : public Node { const int _slot; // stack slot RegMask _inmask; // OptoReg corresponding to stack slot --- 26,38 ---- #define SHARE_VM_OPTO_LOCKNODE_HPP #include "opto/node.hpp" #include "opto/opcodes.hpp" #include "opto/subnode.hpp" ! ! class BiasedLockingCounters; ! class RTMLockingCounters; //------------------------------BoxLockNode------------------------------------ class BoxLockNode : public Node { const int _slot; // stack slot RegMask _inmask; // OptoReg corresponding to stack slot