CompileTask::compile_id() should be passed as int

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: 20
    • Component/s: hotspot
    • b03

      The field _compile_id is a `uint` but the accessor method compile_id() returns an `int`:

        uint _compile_id;
        ...
        int compile_id() const { return _compile_id; }

      We should change this method to return a `uint` instead.

            Assignee:
            Damon Fenacci
            Reporter:
            Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: