Question regarding JVM crashes in GC
Michael Rasmussen
michael.rasmussen at zeroturnaround.com
Wed Apr 5 08:12:40 UTC 2017
On 5 April 2017 at 11:00, Mikael Gerdin <mikael.gerdin at oracle.com> wrote:
> Did you try out -XX:+Verify{Before/After}GC with G1? G1 has the most complex
> verification code so that might provide some more information.
>
Adding -XX:+VerifyBeforeGC -XX:+VerifyAfterGC didn't produce any
different result, still get one of the 3 before mentioned assertions.
Adding -Xlog:gc*=debug, I see that "Verifying Before GC" complete
without anything, and the last log line I get is:
[info ][gc,phases,start ] GC(16) Phase 3: Adjust pointers
/Michael
More information about the hotspot-dev
mailing list