Please review http://cr.openjdk.java.net/~lagergren/8012083/webrev/ - ArrayLiterals

Marcus Lagergren marcus.lagergren at oracle.com
Thu May 23 02:59:03 PDT 2013


ArrayLiterals can't just be constant evaluated during code generation as they are a construct containing Nodes. We can make this better and more intelligent, but right now I disabled constant evaluation for the array literals.

http://cr.openjdk.java.net/~lagergren/8012083/webrev/

/M



More information about the nashorn-dev mailing list