Minor issue in JVM_GetVersionInfo
Michael Starzinger
michi at complang.tuwien.ac.at
Fri Oct 30 09:05:44 PDT 2009
Hello!
Some days ago I examined the implementation of JVM_GetVersionInfo and
spotted a minor issue. The passed jvm_version_info structure is only
partially cleared with memset, because one of the arguments is handled
incorrectly. The attached patch should fix the issue.
This is the first time I am contributing to OpenJDK, so please let me
know if there is anything else I need to do to get this in.
-michi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hotspot-fix-getversioninfo.patch
Type: application/octet-stream
Size: 494 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20091030/ead9a655/attachment.obj
More information about the hotspot-runtime-dev
mailing list