[XXS] RFR : 8177531 libGetNamedModuleTest.c crash when printing NULL-pointer (original) (raw)
Volker Simonis volker.simonis at gmail.com
Fri Mar 24 12:31:36 UTC 2017
- Previous message: [XXS] RFR : 8177531 libGetNamedModuleTest.c crash when printing NULL-pointer
- Next message: [XXS] RFR : 8177531 libGetNamedModuleTest.c crash when printing NULL-pointer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Matthias,
thanks for fixing this. The change looks good. I've added the 'noreg-self' label as required by the "JDK 9 Rampdown Phase Two" rules [1].
With that, this change is ready to be pushed and we're just waiting for a gracious sponsor :)
Regards, Volker
[1] http://openjdk.java.net/projects/jdk9/rdp-2
On Fri, Mar 24, 2017 at 12:28 PM, Baesken, Matthias <matthias.baesken at sap.com> wrote:
Hello, I noticed the hotspot test test/serviceability/jvmti/GetNamedModule/libGetNamedModuleTest.c
crashes on Solaris (x8664) , when in function getmodule, printf(" ... %s ...", ....) on a NULL-pointer argument is called . The following very small fix adjusts this . Bug : https://bugs.openjdk.java.net/browse/JDK-8177531 change for 9 : http://cr.openjdk.java.net/~mbaesken/webrevs/8177531/
Please review this small test change (needed for 9 and 10 ). Thanks and regards, Matthias
- Previous message: [XXS] RFR : 8177531 libGetNamedModuleTest.c crash when printing NULL-pointer
- Next message: [XXS] RFR : 8177531 libGetNamedModuleTest.c crash when printing NULL-pointer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]