Re: RFR: 8303001: Add test for re-entrant upcalls

2023-03-09 Thread Maurizio Cimadamore
On Wed, 8 Mar 2023 15:51:05 GMT, Jorn Vernee wrote: > Add a test that tests re-entrant upcalls, which is a use-case that is > uncovered by testing until now. Nice test! - Marked as reviewed by mcimadamore (Reviewer). PR: https://git.openjdk.org/jdk/pull/12927

RFR: 8303001: Add test for re-entrant upcalls

2023-03-09 Thread Jorn Vernee
Add a test that tests re-entrant upcalls, which is a use-case that is uncovered by testing until now. - Commit messages: - add reentrant upcalls test Changes: https://git.openjdk.org/jdk/pull/12927/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12927&range=00 Issue: http