view c1x4hotspotsrc/hotspot/java @ 1443:1b7acf75f900

Made setting C1X options from HotSpot command line more robust.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Thu, 04 Nov 2010 15:34:50 +0100
parents d0c8d3a2a7e8
children
line wrap: on
line source

#!/bin/bash
# Launcher for JRE7 modified to run the HotSpotX compiler

test -n "$JRE7" || { echo "Need to set JRE7 environment variable to the base of a JRE 1.7"; exit 1; }
exec $JRE7/bin/java "$@"