src/share/tools/hsdis/hsdis.c

changeset 2604
50c0f22d6d0e
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2603:1b4e6a5d98e0 2604:50c0f22d6d0e
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 */

mercurial