URLClassPath does unnecessary linear search through every jar and jar entry to find resource

2015-09-13 Thread Adrian
Hi, I posted about this earlier (few weeks ago), and got some responses about concerns which I addressed in my last email, though I didn't hear back about it. My apologies if I shouldn't be sending this; I'm not sure what the protocol is about this stuff Classloading on a standard Java

RFR [9] 8133650: replace some tags (obsolete in html5) in CORBA docs

2015-09-13 Thread Alexander Stepanov
Hello, Could you please review the following fix: http://cr.openjdk.java.net/~avstepan/8133650/webrev.00/ for https://bugs.openjdk.java.net/browse/JDK-8133650 Just another portion of deprecated tags replaced with {@code }. A single (expected) change was indicated by specdiff (in ORB.java).

Re: RFR [9] 8133650: replace some tags (obsolete in html5) in CORBA docs

2015-09-13 Thread Lance Andersen
I did not see any issues looking at the udiffs. I assume based on your specdiff comment this should be good to go On Sep 13, 2015, at 11:25 AM, Alexander Stepanov wrote: > http://cr.openjdk.java.net/~avstepan/8133650/webrev.00/ Lance Andersen| Principal

Re: RFR [9] 8133650: replace some tags (obsolete in html5) in CORBA docs

2015-09-13 Thread Alexander Stepanov
Thanks! Regards, Alexander On 9/13/2015 7:10 PM, Lance Andersen wrote: I did not see any issues looking at the udiffs. I assume based on your specdiff comment this should be good to go On Sep 13, 2015, at 11:25 AM, Alexander Stepanov