jdk-24/hotspot/make/linux/makefiles/build_vm_def.sh

6 lines
110 B
Bash
Raw Normal View History

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