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

Use atomic boolean type in G1FullGCAdjustTask

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • gc
    • b11

      In G1FullGCAdjustTask, `bool` could be used now that atomic boolean type is supported.

      ```
        volatile uint _references_done; // Atomic counter / bool
      ```

            ayang Albert Yang
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: