On Wed, 29 Jul 2026 21:19:14 GMT, Coleen Phillimore <[email protected]> wrote:
>> This fixes a longstanding problem with desiredAssertionStatus and adds a >> test. >> Tested with tier1. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Coleen Phillimore has updated the pull request incrementally with one > additional commit since the last revision: > > Fix test. src/hotspot/share/prims/jvm.cpp line 2222: > 2220: if (java_lang_Class::is_primitive(r)) { > 2221: return JavaAssertions::systemClassDefault(); > 2222: } I don't agree with this change in behaviour. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32086#discussion_r3679031972
