view clean @ 4598:6a44a26ed9e6

set default inlining policy to the greedy one
author Christian Haeubl <christian.haeubl@oracle.com>
date Tue, 14 Feb 2012 18:00:32 -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