RFR (XS): 8185102: TestSAServer.java fails due to "sun.jvm.hotspot.types.WrongTypeException: field "_stack_traversal_mark"

Daniel D. Daugherty daniel.daugherty at oracle.com
Mon Jul 24 14:30:22 UTC 2017


On 7/24/17 3:32 AM, Roman Kennke wrote:
> This is a followup to 8180932: Parallelize safepoint cleanup.
>
> TestSAServer.java fails because nmethod::_stack_traversal_mark is now
> jlong instead of the previous int.
>
> http://cr.openjdk.java.net/~rkennke/8185102/webrev.00/
> <http://cr.openjdk.java.net/%7Erkennke/8185102/webrev.00/>

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/NMethod.java
     No comments.

Thumbs up!

Dan


>
> I verified that the failing test passes now.
>
> Roman



More information about the hotspot-runtime-dev mailing list