comparison src/share/tools/hsdis/hsdis-demo.c @ 2322:50c0f22d6d0e

7023229: extraneous include of precompiled.hpp in hsdis.c Reviewed-by: never, jrose Contributed-by: volker.simonis@gmail.com
author never
date Mon, 28 Feb 2011 17:12:42 -0800
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2321:1b4e6a5d98e0 2322: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-demo.c -- dump a range of addresses as native instructions 25 /* hsdis-demo.c -- dump a range of addresses as native instructions
28 This demonstrates the protocol required by the HotSpot PrintAssembly option. 26 This demonstrates the protocol required by the HotSpot PrintAssembly option.
29 */ 27 */
30 28