comparison src/share/tools/hsdis/hsdis.c @ 2326:3e2b59ab2d07

Merge
author trims
date Fri, 04 Mar 2011 14:06:16 -0800
parents 50c0f22d6d0e
children 1d1603768966
comparison
equal deleted inserted replaced
2299:1b3a350709e4 2326:3e2b59ab2d07
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24
25 #include "precompiled.hpp"
26 24
27 /* hsdis.c -- dump a range of addresses as native instructions 25 /* hsdis.c -- dump a range of addresses as native instructions
28 This implements the plugin protocol required by the 26 This implements the plugin protocol required by the
29 HotSpot PrintAssembly option. 27 HotSpot PrintAssembly option.
30 */ 28 */