RFR: 8138832: CreateCoredumpOnCrash on linux ARM causes assert message to be repeated. (original) (raw)

Jesper Wilhelmsson jesper.wilhelmsson at oracle.com
Wed Oct 7 13:19:34 UTC 2015


Looks good! /Jesper

Den 7/10/15 kl. 15:12, skrev David Lindholm:

Hi,

Please review this patch. The unnecessary wide jlong type were used to store a threadid, even on 32bit platforms. Instead I now use an intptrt.

Bug: https://bugs.openjdk.java.net/browse/JDK-8138832 Webrev: http://cr.openjdk.java.net/~david/JDK-8138832/webrev.00/ Testing: Passed JPRT and verified that the failing test works now. Thanks, David



More information about the hotspot-dev mailing list