hotspot/src/share/vm/opto/classes.hpp
changeset 2150 0d91d17158cc
parent 2022 28ce8115a91d
child 2255 54abdf3e1055
child 2154 72a9b7284ccf
--- a/hotspot/src/share/vm/opto/classes.hpp	Fri Mar 06 21:36:50 2009 -0800
+++ b/hotspot/src/share/vm/opto/classes.hpp	Mon Mar 09 03:17:11 2009 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright 1997-2008 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1997-2009 Sun Microsystems, Inc.  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
@@ -129,11 +129,13 @@
 macro(LShiftI)
 macro(LShiftL)
 macro(LoadB)
+macro(LoadUB)
 macro(LoadUS)
 macro(LoadD)
 macro(LoadD_unaligned)
 macro(LoadF)
 macro(LoadI)
+macro(LoadUI2L)
 macro(LoadKlass)
 macro(LoadNKlass)
 macro(LoadL)