Hi, Please review this test update.
webrev: http://cr.openjdk.java.net/~xuelei/8024444/webrev/ This bug had not published in the bugs.sun.com. Here is a short description of the issue: In Oracle JSSE provider, a few caches are used to improve the performance. However, the caches cannot support dynamically updated configuration. For example, the update of system properties cannot be caught by caches. As result in the issue that normally JSSE test cannot run in agentvm/samevm mode. This fix updates tests under SSLEngineImpl to use othermv mode. Thanks, Xuelei
