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

Consolidate is_instance and is_instance_inlined in java_lang_String

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 18
    • None
    • hotspot
    • None
    • b12

      In `java_lang_String`, `is_instance` just calls `is_instance_inlined`. Mark `is_instance` as `inline`, and `is_stance_inlined` can be dropped. Then, all call sites can use the "inline" version by default.

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

              Created:
              Updated:
              Resolved: