hotspot/make/linux/makefiles/build_vm_def.sh
author never
Tue, 09 Mar 2010 11:02:39 -0800
changeset 5045 59dd2a304f1d
child 6176 4d9030fe341f
permissions -rw-r--r--
6932270: Allow Java's ELF symtab reader to use separate debuginfo files Reviewed-by: never Contributed-by: Andrew Haley <aph@redhat.com>

#!/bin/sh

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