NEWS
changeset 61135 8f7d802b7a71
parent 61134 80ac5e17772d
child 61143 5f898411ce87
--- a/NEWS	Tue Sep 08 15:37:13 2015 +0200
+++ b/NEWS	Tue Sep 08 17:34:46 2015 +0200
@@ -21,12 +21,6 @@
 At least one Debugger view needs to be active to have any effect on the
 running ML program.
 
-* Java runtime options are determined separately for 32 vs. 64 bit
-platforms. The "isabelle jedit" command-line tool is subject to settings
-variables JEDIT_JAVA_SYSTEM_OPTIONS and JEDIT_JAVA_OPTIONS32 /
-JEDIT_JAVA_OPTIONS64. The desktop application uses a separate option
-file, depending on the platform family.
-
 
 *** Isar ***
 
@@ -351,6 +345,19 @@
 * Java runtime environment for x86_64-windows allows to use larger heap
 space.
 
+* Java runtime options are determined separately for 32bit vs. 64bit
+platforms as follows.
+
+  - Isabelle desktop application: platform-specific files that are
+    associated with the main app bundle
+
+  - isabelle jedit: settings
+    JEDIT_JAVA_SYSTEM_OPTIONS
+    JEDIT_JAVA_OPTIONS32 vs. JEDIT_JAVA_OPTIONS64
+
+  - isabelle build: settings
+    ISABELLE_BUILD_JAVA_OPTIONS32 vs. ISABELLE_BUILD_JAVA_OPTIONS64
+
 
 
 New in Isabelle2015 (May 2015)