view clean @ 4667:35b2cae45dc5

removed vframe printing code that sometimes causes crashes and is not in OpenJDK
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 21 Feb 2012 14:27:25 -0800
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