Re: StackOverflowError - Java 9 Build 181

2017-09-19 Thread Sean Mullan
Cross-posting to security-dev as this is more relevant to that list and bcc-ing core-libs-dev. I think this might be an issue with the JavaWebStart SecurityManager not being granted the proper permissions. It is possible that the deployment policy files are not being loaded or there is some ot

Re: RFR 8148371: Remove policytool

2017-09-19 Thread Leo Jiang
Hi All, Kindly reminder: please file a bug to component globalization/translation and assign to Leo Jiang , when you need to add/remove a resource file which should be/was localized. We need to update a tbom file to track all of localizable resource files. Add me to email To: list would allow

Re: StackOverflowError - Java 9 Build 181

2017-09-19 Thread Tom Hood
No luck so far reproducing this problem. The two times it happened to me yesterday have both been with Java 9 build 181 and the application has been idle for awhile. I login to our application, execute various features of the application, go to a meeting, return, and then see the java console repe

Patch for JDK-6695402: Jarsigner with multi-byte characters in class names

2017-09-19 Thread Philipp Kunz
Hello Vincent Here may be the fix for JDK-6695402. First a test. BEGIN /jdk10/jdk/test/sun/security/tools/jarsigner/MultibyteUnicodeName.java /* * Copyright (c) 1999, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This c

Re: Patch for JDK-6695402: Jarsigner with multi-byte characters in class names

2017-09-19 Thread Weijun Wang
Hi Philipp The change mostly looks fine. You might want to put everything into a patch file so Vincent can recreate a webrev and post it to cr.openjdk.java.net. One thing I would suggest for the test is that instead of using jarsigner -verify and check the text in output you can open it as a Ja