view clean @ 4536:8caa4f2df081

Added 'gv' command to mx for launching the GraalVisualizer. Added cleaning and building of the GraalVisualizer to the gate.
author Doug Simon <doug.simon@oracle.com>
date Thu, 09 Feb 2012 10:29:29 +0100
parents 6223633ce7dd
children
line wrap: on
line source

#!/bin/bash
pushd make
LANG=C ARCH_DATA_MODEL=64 HOTSPOT_BUILD_JOBS=16 make clean
popd