view make/linux/makefiles/build_vm_def.sh @ 1680:a64438a2b7e8

6958465: Sparc aten build24.0: openjdk-7.ea-b96 failed Error: Formal argument ... requires an lvalue Summary: Fix compilation errors. Made non-const references const so can be assigned with lvalue. Reviewed-by: phh, xlu
author coleenp
date Wed, 28 Jul 2010 17:57:43 -0400
parents 7de45b5044c3
children 126ea7725993
line wrap: on
line source

#!/bin/sh

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