src/share/vm/opto/classes.hpp

Print this page

        

*** 1,7 **** /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright 1997-2010 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 42,51 **** --- 42,53 ---- macro(Binary) macro(Bool) macro(BoxLock) macro(ReverseBytesI) macro(ReverseBytesL) + macro(ReverseBytesUS) + macro(ReverseBytesS) macro(CProj) macro(CallDynamicJava) macro(CallJava) macro(CallLeaf) macro(CallLeafNoFP)