On Wed, 24 Mar 2021 14:47:56 GMT, Mark Sheppard <mshep...@openjdk.org> wrote:
>> https://bugs.openjdk.java.net/browse/JDK-8064681 > > the tests set a system property and then clear that system property at the > end of the test. Is it always the case that the property being set in the > test does not have a value prior to be being set? Or is it more appropriate > to save the current value of the property, set the new value and then restore > the original value, rather than clearing the property? Won't fix ------------- PR: https://git.openjdk.java.net/jdk/pull/3115