view javah.in @ 2686:fabce78297b7 default tip

PR3788: Update elliptic curve patch to include jdk.disabled.namedCurves 2020-05-18 Andrew John Hughes <gnu_andrew@member.fsf.org> PR3788: Update elliptic curve patch to include jdk.disabled.namedCurves * AUTHORS: Add Martin Balao. * NEWS: Updated. * fsg.sh.in: Update patch name. 2020-04-01 Martin Balao <mbalao@redhat.com> PR3788: Update elliptic curve patch to include jdk.disabled.namedCurves * patches/pr3788.patch: Renamed from pr3782.patch. Remove unsupported curves from the jdk.disabled.namedCurves property.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Mon, 18 May 2020 13:34:03 +0100
parents 217390811b61
children
line wrap: on
line source

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

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