Fingerprinter::size_of_parameters() should not be used for getting number of parameters

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • 27
    • Affects Version/s: 25
    • Component/s: hotspot

      When finding the solution for JDK-8331201, it is observed that Fingerprinter::_param_size does not show the count of parameters since some parameters may be double words in size rather than 1. For example, 4 parameters where one of them is LONG type take 5 (= 3 x 1 + 1 x 2) words in size.

            Assignee:
            Matias Saavedra Silva
            Reporter:
            Afshin Zafari
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: