RELEASE_README

Tue, 07 May 2013 14:43:17 +0200

author
lagergren
date
Tue, 07 May 2013 14:43:17 +0200
changeset 253
fb1d7ea3e1b6
parent 0
b1a7da25b547
permissions
-rw-r--r--

8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes.
Reviewed-by: jlaskey, attila

     1 The Nashorn repo is in the process of being migrated to OpenJDK and as such is
     2 incomplete in several areas.
     4 - The build system is not fully integrated.  When complete, Nashorn will be
     5 installed in its proper location in the JRE.
     7 - Once integrated, the correct version of the JDK will be wrapped around 
     8 Nashorn.  In the meantime, ensure you use JDK8 b68 or later.
    10 - The jjs tool has not been implemented in binary form yet.  Use "sh bin/jjs" 
    11 (or bin/jjs.bat on windows) in the interm.
    13 - The Dynalink component is not fully integrated into Nashorn as yet, but will
    14 be when details are finalized.
    16 - And, finally Nashorn is still in development.  To stay up to date, subscribe
    17 to nashorn-dev@openjdk.java.net at
    19     http://mail.openjdk.java.net/mailman/listinfo/nashorn-dev.

mercurial