< prev index next >

src/hotspot/share/opto/classes.hpp

Print this page
rev 52710 : Upstream/backport Shenandoah to JDK11u
   1 /*
   2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   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
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *


 248 macro(OverflowMulL)
 249 macro(PCTable)
 250 macro(Parm)
 251 macro(PartialSubtypeCheck)
 252 macro(Phi)
 253 macro(PopCountI)
 254 macro(PopCountL)
 255 macro(PopCountVI)
 256 macro(PrefetchAllocation)
 257 macro(Proj)
 258 macro(RShiftI)
 259 macro(RShiftL)
 260 macro(Region)
 261 macro(Rethrow)
 262 macro(Return)
 263 macro(Root)
 264 macro(RoundDouble)
 265 macro(RoundFloat)
 266 macro(SafePoint)
 267 macro(SafePointScalarObject)













 268 macro(SCMemProj)
 269 macro(SqrtD)
 270 macro(SqrtF)
 271 macro(Start)
 272 macro(StartOSR)
 273 macro(StoreB)
 274 macro(StoreC)
 275 macro(StoreCM)
 276 macro(StorePConditional)
 277 macro(StoreIConditional)
 278 macro(StoreLConditional)
 279 macro(StoreD)
 280 macro(StoreF)
 281 macro(StoreI)
 282 macro(StoreL)
 283 macro(StoreP)
 284 macro(StoreN)
 285 macro(StoreNKlass)
 286 macro(StrComp)
 287 macro(StrCompressedCopy)


   1 /*
   2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   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
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *


 248 macro(OverflowMulL)
 249 macro(PCTable)
 250 macro(Parm)
 251 macro(PartialSubtypeCheck)
 252 macro(Phi)
 253 macro(PopCountI)
 254 macro(PopCountL)
 255 macro(PopCountVI)
 256 macro(PrefetchAllocation)
 257 macro(Proj)
 258 macro(RShiftI)
 259 macro(RShiftL)
 260 macro(Region)
 261 macro(Rethrow)
 262 macro(Return)
 263 macro(Root)
 264 macro(RoundDouble)
 265 macro(RoundFloat)
 266 macro(SafePoint)
 267 macro(SafePointScalarObject)
 268 #if INCLUDE_SHENANDOAHGC
 269 #define shmacro(x) macro(x)
 270 #else
 271 #define shmacro(x) optionalmacro(x)
 272 #endif
 273 shmacro(ShenandoahCompareAndExchangeP)
 274 shmacro(ShenandoahCompareAndExchangeN)
 275 shmacro(ShenandoahCompareAndSwapN)
 276 shmacro(ShenandoahCompareAndSwapP)
 277 shmacro(ShenandoahWeakCompareAndSwapN)
 278 shmacro(ShenandoahWeakCompareAndSwapP)
 279 shmacro(ShenandoahEnqueueBarrier)
 280 shmacro(ShenandoahLoadReferenceBarrier)
 281 macro(SCMemProj)
 282 macro(SqrtD)
 283 macro(SqrtF)
 284 macro(Start)
 285 macro(StartOSR)
 286 macro(StoreB)
 287 macro(StoreC)
 288 macro(StoreCM)
 289 macro(StorePConditional)
 290 macro(StoreIConditional)
 291 macro(StoreLConditional)
 292 macro(StoreD)
 293 macro(StoreF)
 294 macro(StoreI)
 295 macro(StoreL)
 296 macro(StoreP)
 297 macro(StoreN)
 298 macro(StoreNKlass)
 299 macro(StrComp)
 300 macro(StrCompressedCopy)


< prev index next >