8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present

Alan Bateman Alan.Bateman at oracle.com
Mon Feb 25 16:32:27 UTC 2013


On 25/02/2013 16:04, Sean Mullan wrote:
>
> But there can be only one SM, so it could potentially affect other 
> tests in different threads that depend on an SM. (If 2 tests that set 
> their own SM ran in the same VM, potential issues would result, right?).
Tests run sequentially in the same VM (never concurrently). At the end 
of each test then jtreg will attempt to restore the security manager if 
set by the test. So I think we are okay here, it's not an issue in my 
test runs and this test is already using a security manager.

-Alan



More information about the security-dev mailing list