Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8347248

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 25
    • 25
    • 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.

            matsaave Matias Saavedra Silva
            azafari Afshin Zafari
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: