Accessing parameters from a methodHandle

Manas Thakur manasthakur17 at gmail.com
Thu Nov 26 12:22:36 UTC 2015


Hello all,

I would like to know how to access the parameter nodes (in sequence) from a methodHandle. I could find that in “opto/parse1.cpp”, “ParmNodes” are constructed by determining the “arg_size”. However, this variable doesn’t match the actual number of parameters passed to the corresponding Java method. Any suggestions?

Regards,
Manas


More information about the hotspot-dev mailing list