make/bsd/makefiles/build_vm_def.sh

Print this page

        

@@ -5,8 +5,8 @@
 NM=$ALT_COMPILER_PATH/nm
 else
 NM=nm
 fi
 
-$NM --defined-only $* | awk '
-   { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" }
+$NM -Uj $* | awk '
+   { if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 }
    '