RFR: 8035618 : Four api/org_omg/CORBA TCK tests fail under plugin only (original) (raw)
Mandy Chung mandy.chung at oracle.com
Wed Apr 2 15:46:21 UTC 2014
- Previous message: RFR: 8035618 : Four api/org_omg/CORBA TCK tests fail under plugin only
- Next message: RFR: 8038306: (tz) Support tzdata2014b
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/2/2014 7:44 AM, Seán Coffey wrote:
On 02/04/14 15:05, Alan Bateman wrote: On 02/04/2014 11:42, Seán Coffey wrote:
I'm looking to port this fix from JDK 8 to 9. Other changes were made for JDK 9 given that we have access to the javaAwtAccess.getAppletContext() method when using JDK 8 as the boot strap JDK for CORBA. Direct access to the sun.awt.AppContect class has been removed.
bug : https://bugs.openjdk.java.net/browse/JDK-8035618 webrev : http://cr.openjdk.java.net/~coffeys/webrev.8035618.jdk9.v3/webrev/ This mostly looks okay to me except that pmContexts should be final. It looks like this code is also a candidate to use computeIfAbsent so you could replace L251-254 with one statement. I'll make pmContexts final before pushing. Thanks for the lambda tip. As per trial though, it looks like CORBA code is still compiled with -source 1.7, we can revisit after this changes.
Looks good to me too. Corba's use of lambda would need to wait until the boot jdk for jdk9 will be updated to jdk8?
Mandy
- Previous message: RFR: 8035618 : Four api/org_omg/CORBA TCK tests fail under plugin only
- Next message: RFR: 8038306: (tz) Support tzdata2014b
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]