RFR: 8288912: vmTestbase/nsk/stress/strace/strace002.java fails with Unexpected method name: currentCarrierThread [v3]

David Holmes dholmes at openjdk.org
Wed Feb 22 00:39:28 UTC 2023


On Tue, 21 Feb 2023 20:57:54 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> The fix simplifies stack verification. It doesn't check the method name for system classes.
>> The StraceBase is used as a base class, not a utility class, to simplify future refactoring.
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
> 
>   doc updated

Updating the tests when the implementation of system classes changes is a burden, I agree, but without checking exact stacks I'm really not seeing how all these different variants of basically the same tests, are effective.

-------------

PR: https://git.openjdk.org/jdk/pull/12638


More information about the hotspot-runtime-dev mailing list