comparison src/share/vm/opto/classes.hpp @ 1396:d7f654633cfe

6946040: add intrinsic for short and char reverseBytes Reviewed-by: never, twisti Contributed-by: Hiroshi Yamauchi <yamauchi@google.com>
author never
date Mon, 26 Apr 2010 11:27:21 -0700
parents 93c14e5562c4
children c18cbe5936b8
comparison
equal deleted inserted replaced
1385:bc32f286fae0 1396:d7f654633cfe
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)