RFR JDK-8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement

Mandy Chung mandy.chung at oracle.com
Mon Oct 15 22:02:27 UTC 2018


Webrev:
http://cr.openjdk.java.net/~mchung/jdk12/webrevs/8212197/webrev.00/

This simple patch fixes the issue Sven reports [1] where
the order of names and values when creating CompositeData
for StackTraceElement is mismatched.  I keep names/values
in the order of the attributes defined from old to new
version.

Mandy
[1] 
http://mail.openjdk.java.net/pipermail/serviceability-dev/2018-October/025512.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/serviceability-dev/attachments/20181015/0dc04e19/attachment-0001.html>


More information about the serviceability-dev mailing list