RFR 8170116: Remove qualified exports from java.base to java.corba

Alan Bateman Alan.Bateman at oracle.com
Wed Jan 25 12:32:01 UTC 2017



On 25/01/2017 11:05, Pavel Rappo wrote:
> Hello,
>
> Could you please review the following change for [1]?
>
>     http://cr.openjdk.java.net/~prappo/8170116/webrev.00/
>
I agree with Daniel on the name.

Also the comment in the Bridge constructor says "Bridge.get() is always 
called in doPrivileged() blocks" which is at odds with the permission 
check in Bridge.get. That is, if Bridge.get is always called with 
privileges then the permission check is not needed.

-Alan.


More information about the core-libs-dev mailing list