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

Remove unused PrecisionStyle::Precise

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • 20
    • hotspot
    • gc
    • b05

      In `src/hotspot/share/gc/shared/cardTable.hpp`:

      ```
        enum PrecisionStyle {
          Precise,
          ObjHeadPreciseArray
        };
      ```

      Only `ObjHeadPreciseArray` is ever supported. Drop the surrounding code for `Precise`.

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

              Created:
              Updated:
              Resolved: