JavaScript Integration slow performance with java 8.
We have recently had an update to our Forms 11g application so that it works with Java
8 installed on the client. Prior to that it was working with Java 6.
We use JavaScript on the server to raise events which fires the when-custom-javascript-event
trigger within the main-menu form
No changes were made to any forms as part of the upgrade but when an event is
raised using Java 8 it takes significantly longer than when using Java 6.
In trying to debug this I have put various alerts in the trigger and I have
noticed that simply having an alert speeds up the performance. I cannot understand why