hotspot/src/share/vm/opto/compile.cpp
changeset 2150 0d91d17158cc
parent 2131 98f9cef66a34
child 2254 f13dda645a4b
child 2154 72a9b7284ccf
equal deleted inserted replaced
2149:3d362637b307 2150:0d91d17158cc
     1 /*
     1 /*
     2  * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
     2  * Copyright 1997-2009 Sun Microsystems, Inc.  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.
  2003   case Op_CompareAndSwapP:
  2003   case Op_CompareAndSwapP:
  2004   case Op_CompareAndSwapN:
  2004   case Op_CompareAndSwapN:
  2005   case Op_StoreP:
  2005   case Op_StoreP:
  2006   case Op_StoreN:
  2006   case Op_StoreN:
  2007   case Op_LoadB:
  2007   case Op_LoadB:
       
  2008   case Op_LoadUB:
  2008   case Op_LoadUS:
  2009   case Op_LoadUS:
  2009   case Op_LoadI:
  2010   case Op_LoadI:
       
  2011   case Op_LoadUI2L:
  2010   case Op_LoadKlass:
  2012   case Op_LoadKlass:
  2011   case Op_LoadNKlass:
  2013   case Op_LoadNKlass:
  2012   case Op_LoadL:
  2014   case Op_LoadL:
  2013   case Op_LoadL_unaligned:
  2015   case Op_LoadL_unaligned:
  2014   case Op_LoadPLocked:
  2016   case Op_LoadPLocked: