Details
-
Bug
-
Resolution: Unresolved
-
P4
-
21
Description
Test
serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java
fails when executed with a virtual test thread factory.
The problem is that AGCT reports the following methods:
0: jdk/internal/vm/Continuation: enterSpecial(Ljdk/internal/vm/Continuation;ZZ)V
0: jdk/internal/vm/Continuation: run()V
while GetStackTrace doesn't
It is needed to either update AGCT or test logic. If tests is updated it might be make sense to always test platform and virtual threads. (Just ignore virtual ttf mode)
serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java
fails when executed with a virtual test thread factory.
The problem is that AGCT reports the following methods:
0: jdk/internal/vm/Continuation: enterSpecial(Ljdk/internal/vm/Continuation;ZZ)V
0: jdk/internal/vm/Continuation: run()V
while GetStackTrace doesn't
It is needed to either update AGCT or test logic. If tests is updated it might be make sense to always test platform and virtual threads. (Just ignore virtual ttf mode)