nashorn/test/script/basic/JDK-8022903.js.EXPECTED
author hannesw
Fri, 03 Feb 2017 13:28:00 +0100
changeset 43555 1bb10bccf057
parent 24733 1e825be55fd1
permissions -rw-r--r--
8173888: Test for JDK-8169481 causes stack overflows in parser tests Reviewed-by: jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     1
colors[0]=red
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     2
colors[1]=purple
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     3
colors[2]=pink
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     4
red
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     5
purple
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     6
pink
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     7
capital of Sweden is Stockholm
24733
1e825be55fd1 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
lagergren
parents: 19618
diff changeset
     8
capital of Hungary is Budapest
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
     9
capital of Croatia is Zagreb
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    10
Stockholm
24733
1e825be55fd1 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not.
lagergren
parents: 19618
diff changeset
    11
Budapest
19618
6b73157185e0 8022903: Enhance for-in and for-each for Lists and Maps
attila
parents:
diff changeset
    12
Zagreb