< prev index next >

src/hotspot/share/opto/classes.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2015, 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) 1997, 2018, 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.
*** 262,271 **** --- 262,286 ---- macro(Root) macro(RoundDouble) macro(RoundFloat) macro(SafePoint) macro(SafePointScalarObject) + #if INCLUDE_SHENANDOAHGC + #define shmacro(x) macro(x) + #else + #define shmacro(x) optionalmacro(x) + #endif + shmacro(ShenandoahCompareAndExchangeP) + shmacro(ShenandoahCompareAndExchangeN) + shmacro(ShenandoahCompareAndSwapN) + shmacro(ShenandoahCompareAndSwapP) + shmacro(ShenandoahWeakCompareAndSwapN) + shmacro(ShenandoahWeakCompareAndSwapP) + shmacro(ShenandoahEnqueueBarrier) + shmacro(ShenandoahReadBarrier) + shmacro(ShenandoahWriteBarrier) + shmacro(ShenandoahWBMemProj) macro(SCMemProj) macro(SqrtD) macro(SqrtF) macro(Start) macro(StartOSR)
< prev index next >