Re: StackOverflowError - Java 9 Build 181

2017-09-20 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: StackOverflowError - Java 9 Build 181

2017-09-19 Thread Tom Hood
I should add that we have not modified or overridden any policy files. Also, we are not using a custom security manager. On Tue, Sep 19, 2017 at 11:52 AM, Tom Hood wrote: > Hi, > > I hit an infinite recursion loop probably related to PolicyFile that > exists in Java 9 build 181 for windows 64-bi

StackOverflowError - Java 9 Build 181

2017-09-19 Thread Tom Hood
Hi, I hit an infinite recursion loop probably related to PolicyFile that exists in Java 9 build 181 for windows 64-bit. It might be related to JDK-8077418 I haven't tracked down what is causing our webstart app to hit this problem yet, but I tho