On 11/07/2019 06:03, Frank Yuan wrote:
Hi Daniel
I have filed another bughttps://bugs.openjdk.java.net/browse/JDK-8227566 to
refine the bug.
Thanks Frank!
And, I tested on Windows 7, the expected exception is raised... I will test on
more platform.
Good to know - in our test system th
Hi,
by adding a method to load libraries with privileges to JavaLangAccess,
we can simplify a slew of places where we are currently implementing
adhoc privileged actions. This is a tiny but measurable gain on a range
of startup tests.
Webrev: http://cr.openjdk.java.net/~redestad/8227587/open.00
Hi Claes,
JavaLangAccess.java:
316: Add @param tag
System.java: 2282, 2287
Runtime.loadLibrary0 makes a second check for a security manager.
Is there any potential gain by calling ClassLoader.loadLibrary directly?
None of the internal uses would have a separatorChar.
I expect most of the files
Hi Roger,
On 2019-07-11 16:10, Roger Riggs wrote:
Hi Claes,
JavaLangAccess.java:
316: Add @param tag
done.
System.java: 2282, 2287
Runtime.loadLibrary0 makes a second check for a security manager.
Is there any potential gain by calling ClassLoader.loadLibrary directly?
None of the interna
>
>
> On 11/07/2019 06:03, Frank Yuan wrote:
> > Hi Daniel
> >
> > I have filed another bughttps://bugs.openjdk.java.net/browse/JDK-8227566
> > to refine the bug.
>
> Thanks Frank!
>
> > And, I tested on Windows 7, the expected exception is raised... I will test
> > on more platform.
>
> Go