From 98e87c528d191fd8fabb6fee2d7ddfcb57d4da13 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Sat, 30 Jul 2016 18:54:47 +0200
Subject: [PATCH] document changed javah default
---
manual/Tasks/javah.html | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/manual/Tasks/javah.html b/manual/Tasks/javah.html
index 0fdc88561..2958a2db6 100644
--- a/manual/Tasks/javah.html
+++ b/manual/Tasks/javah.html
@@ -38,15 +38,14 @@ with the implementation
attribute or a nested element. Here are the choices of the attribute:
- default - the default compiler for the platform.
- - sun (the standard compiler of the JDK) - default when not
- running on Kaffee or gcj/gij or Java9.
+ - sun (the standard compiler of the JDK)
- kaffeh (the native standard compiler of Kaffe)
- gcjh (the native standard compiler
of gcj and gij) since Apache Ant 1.8.2
- forking - runs the javah executable via its command line
- interface in a separate process. Default wehn running on
- Java9. since Ant 1.9.8
+ interface in a separate process. Default when not running on
+ Kaffee or gcj/gij since Ant 1.9.8
Note: if you are using this task to work on multiple files