Re: RFR: JDK-8200178 Remove mapfiles for JDK native libraries

2018-03-29 Thread Martin Buchholz
On Wed, Mar 28, 2018 at 3:14 PM, Magnus Ihse Bursie < magnus.ihse.bur...@oracle.com> wrote: > On 2018-03-28 23:53, Martin Buchholz wrote: > > I can't find any documentation for what JNIEXPORT and friends actually do. > People including myself have been cargo-culting JNIEXPORT and JNICALL for >

Re: -Djava.security.manager=problems for service provider

2018-03-29 Thread Naoto Sato
Hi Peter/Sean, It does seem a regression. Thanks for letting me know. I will file an issue and work on it. Naoto On 3/29/18 10:30 AM, Sean Mullan wrote: Copying Naoto. Naoto, the regression mentioned below that is causing the NPE looks to be caused by changes to java.util.ResourceBundle

Re: -Djava.security.manager=problems for service provider

2018-03-29 Thread Sean Mullan
Copying Naoto. Naoto, the regression mentioned below that is causing the NPE looks to be caused by changes to java.util.ResourceBundle in https://bugs.openjdk.java.net/browse/JDK-8182601 Can you take a look and file a bug, if so? Thanks, Sean On 3/29/18 4:53 AM, Peter wrote: Hello Java

Re: -Djava.security.manager=problems for service provider

2018-03-29 Thread Peter
Hello Java security people! It turns out we needed the -Djava.security.manager= option at startup after all... According to our SecurityManager implementation notes, the reason it instantiated the policy, was to ensure that the JVM had loaded all necessary classes, to prevent recursive

Re: RFR 8178370 : [TEST_BUG] java/security/Signature/SignatureLength.java fails

2018-03-29 Thread Sean Mullan
Looks fine to me. --Sean On 3/23/18 12:58 PM, Ivan Gerasimov wrote: Ping. Can I please have a review for this test fix? Thanks in advance! Ivan On 3/6/18 1:01 PM, Ivan Gerasimov wrote: Hello! The regression test SignatureLength.java was seen to fail on some Solaris systems. This is