view javah.in @ 2807:f85e5a8108d2 default tip

Replace temporary OpenJDK 7 bug IDs with allocated ones from the OpenJDK bug database. 2015-08-21 Andrew John Hughes <gnu.andrew@member.fsf.org> * NEWS: Replace temporary OpenJDK 7 bug IDs with allocated ones from the OpenJDK bug database.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 21 Aug 2015 18:39:22 +0100
parents 71fb0f9294cb
children
line wrap: on
line source

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

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