jdk-24/hotspot/make/linux/makefiles/build_vm_def.sh
2010-03-09 11:02:39 -08:00

6 lines
110 B
Bash

#!/bin/sh
nm --defined-only $* | awk '
{ if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" }
'