On Tue, 17 Mar 2026 17:54:22 GMT, David Beaumont <[email protected]> wrote:
>> David Beaumont has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Manual pass for assert parameter order > > test/jaxp/javax/xml/jaxp/unittest/sax/XMLReaderTest.java line 46: > >> 44: * @summary This class contains tests that cover the creation of >> XMLReader. >> 45: */ >> 46: @Execution(ExecutionMode.SAME_THREAD) > > Same thread since the property is being set/cleared in a test, so we need to > avoid possible issues with interleaving. Since system property "fiddling" is used a lot in these tests I'll make sure to double-check the appropriate safeguarding steps with Christian and do pass over affected tests once they're all done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30283#discussion_r2949732475
