When runing test in agentvm or samevm mode, the previous test may impact the following test if the Java VM global/default settings are updated. For example, if the previous test changed the default locale to tr_TR, the following test will be running in tr_TR locale. As will result in unexpected behaviors.
It would be nice if jtreg can reserve and restore the default global state settings when switch from one test to another in the same VM.
It would be nice if jtreg can reserve and restore the default global state settings when switch from one test to another in the same VM.