On Thu, 30 Jul 2026 00:46:48 GMT, David Holmes <[email protected]> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix test. > > test/jdk/java/lang/Class/desiredAssertionStatus/Sanity.java line 47: > >> 45: Assert.assertTrue(Object[].class.desiredAssertionStatus() == >> systemDefaultOn); >> 46: Assert.assertTrue(Sanity.class.desiredAssertionStatus() == >> userDefaultOn); >> 47: Assert.assertTrue(Sanity[].class.desiredAssertionStatus() == >> userDefaultOn); > > You should be testing the primitive class instances here as well. added. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32086#discussion_r3691174948
