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