--- old/hotspot/make/bsd/makefiles/build_vm_def.sh 2016-04-20 15:10:55.355976030 +0200 +++ /dev/null 2016-02-18 10:58:42.502130963 +0100 @@ -1,12 +0,0 @@ -#!/bin/sh - -# If we're cross compiling use that path for nm -if [ "$CROSS_COMPILE_ARCH" != "" ]; then -NM=$ALT_COMPILER_PATH/nm -else -NM=nm -fi - -$NM -Uj $* | awk ' - { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 } - '