8187444: Forest Consolidation: Make build work
Reviewed-by: darcy, ihse
Contributed-by: erik.joelsson@oracle.com, maurizio.cimadamore@oracle.com, sundararajan.athijegannathan@oracle.com, jonathan.gibbons@oracle.com
test/nashorn/script/error/JDK-8098847.js:32:5 Expected ident but found prop
obj."prop" = "hello";
^
test/nashorn/script/error/JDK-8098847.js:33:5 Expected ident but found prop
obj.'prop' = "hello";
^