view javah.in @ 2691:c848b93a8598 default tip

PR3833: Update tapsets following JDK-8015774, which removes '_heap' 2021-02-21 Andrew John Hughes <gnu_andrew@member.fsf.org> PR3833: Update tapsets following JDK-8015774, which removes '_heap' * NEWS: Updated. * tapset/jstack.stp.in: Replace hardcoded libjvm.so paths from Severin's patch with @ABS_SERVER_LIBJVM_SO@. 2020-08-03 Severin Gehwolf <sgehwolf@redhat.com> PR3833: Update tapsets following JDK-8015774, which removes '_heap' * tapset/jstack.stp.in: Adapt to work with _heaps, following JDK-8015774.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 22 Feb 2021 02:08:05 +0000
parents 217390811b61
children
line wrap: on
line source

#!/usr/bin/perl -w
use strict;

exec '@JAVAH@', (grep !/^-X/, @ARGV) ;