Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8054307 JEP 254: Compact Strings
  3. JDK-8140389

Remove StringCharIntrinsics flag after JDK-8138651 is fixed

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • b93

      We need to remove the workaround fix for JDK-8138651:

      725 case vmIntrinsics::_putCharStringU:
      726 // Until JDK-8138651 is fixed, we have to rely on a special flag to
      727 // disable these intrinsics for experiments.
      728 if (!StringCharIntrinsics) return true;

      http://hg.openjdk.java.net/jdk9/sandbox/hotspot/rev/f192cdd66c6d

            shade Aleksey Shipilev
            thartmann Tobias Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: