This past weekend I took some time to try out an idea I've been
kicking around for a couple of weeks: a pure-Java (no native)
AccessController implementation [1].
•Rationale•
I have a number of reasons for attempting this enhancement.
• I think it would be beneficial (security-wise) if access c
Hello!
I'm seeking an approval to backport this combined backing-out of the
mentioned fixes.
The anti-delta is different from what we had in JDK 10, thus a request
to review.
BUGURL: https://bugs.openjdk.java.net/browse/JDK-8193156
WEBREV: http://cr.openjdk.java.net/~igerasim/8193156/01/web
On 11/12/2017 07:50, Weijun Wang wrote:
I was just trying to run a jtreg test on a new Windows VirtualBox VM. A small
code change is needed but I don't want to do a full build (it also does not
have enough memory). I just copied an existing image, and the modified class
was compiled on the hos
Hi Martin
Your src change looks fine, and if you think my test update is good, I can push
the changeset.
Still, I need one confirmation. The modutil man page has "modutil supports two
types of databases: the legacy security
databases (cert8.db, key3.db, and secmod.db) and new SQLite databases
> On Dec 8, 2017, at 10:45 PM, Volker Simonis wrote:
>
> OK, I've opened the RFR "JDK-8193255: Root Certificates should be
> stored in text format and assembled at build time" for this issue.
In fact, I would recommend we directly release cacerts as a text file
containing PEM certificates, fo
I was just trying to run a jtreg test on a new Windows VirtualBox VM. A small
code change is needed but I don't want to do a full build (it also does not
have enough memory). I just copied an existing image, and the modified class
was compiled on the host macOS machine.
So this is not "really a