Re: Strange behavior in nested objects with optimistic types set to true

2016-09-29 Thread Vivin Suresh Paliath
Thanks! On Thu, Sep 29, 2016 at 5:40 AM, Hannes Wallnöfer < hannes.wallnoe...@oracle.com> wrote: > Thanks for the report, Vivin, > > I’ve filed a bug and am looking into this. > > https://bugs.openjdk.java.net/browse/JDK-8166902 > > Hannes > > > Am 27.09.2016 um 19:08 schrieb Vivin Suresh Paliath

Re: Strange behavior in nested objects with optimistic types set to true

2016-09-29 Thread Hannes Wallnöfer
Thanks for the report, Vivin, I’ve filed a bug and am looking into this. https://bugs.openjdk.java.net/browse/JDK-8166902 Hannes > Am 27.09.2016 um 19:08 schrieb Vivin Suresh Paliath : > > This is on JDK 8u102. We're seeing strange behavior where certain certain > properties on objects get set

Strange behavior in nested objects with optimistic types set to true

2016-09-27 Thread Vivin Suresh Paliath
This is on JDK 8u102. We're seeing strange behavior where certain certain properties on objects get set to zero. Here's the script: var config = {}; var creativeDetails = { fanpage_id: config.fanpage_id || "293867224112667", image_url: config.image_url || "http://some.url";, title: co