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

CompileTask::compile_id() should be passed as int

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • 20
    • 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.

            dfenacci Damon Fenacci
            chagedorn Christian Hagedorn
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: