comparison src/share/vm/opto/classes.hpp @ 1543:1a1603f975b5

Merge
author kvn
date Wed, 19 May 2010 10:22:39 -0700
parents d7f654633cfe
children c18cbe5936b8
comparison
equal deleted inserted replaced
1542:eb79484f795f 1543:1a1603f975b5
1 /* 1 /*
2 * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2010 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.
42 macro(Binary) 42 macro(Binary)
43 macro(Bool) 43 macro(Bool)
44 macro(BoxLock) 44 macro(BoxLock)
45 macro(ReverseBytesI) 45 macro(ReverseBytesI)
46 macro(ReverseBytesL) 46 macro(ReverseBytesL)
47 macro(ReverseBytesUS)
48 macro(ReverseBytesS)
47 macro(CProj) 49 macro(CProj)
48 macro(CallDynamicJava) 50 macro(CallDynamicJava)
49 macro(CallJava) 51 macro(CallJava)
50 macro(CallLeaf) 52 macro(CallLeaf)
51 macro(CallLeafNoFP) 53 macro(CallLeafNoFP)