src/share/vm/opto/compile.cpp

changeset 1059
337400e7a5dd
parent 1040
98cb887364d3
child 1063
7bb995fbd3c0
child 1077
660978a2a31a
     1.1 --- a/src/share/vm/opto/compile.cpp	Fri Mar 06 21:36:50 2009 -0800
     1.2 +++ b/src/share/vm/opto/compile.cpp	Mon Mar 09 03:17:11 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -2005,8 +2005,10 @@
    1.11    case Op_StoreP:
    1.12    case Op_StoreN:
    1.13    case Op_LoadB:
    1.14 +  case Op_LoadUB:
    1.15    case Op_LoadUS:
    1.16    case Op_LoadI:
    1.17 +  case Op_LoadUI2L:
    1.18    case Op_LoadKlass:
    1.19    case Op_LoadNKlass:
    1.20    case Op_LoadL:

mercurial