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

NativeRegExp still uses the slow ScriptRuntime.apply() to invoke a callback

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 9
    • 9
    • core-libs
    • None

      NativeRegExp still uses the slow ScriptRuntime.apply() to invoke a callback in callReplaceValue. We changed all other instances of this to use a dynamic invoker on a "dyn:call" object, e.g. see getEVERY_CALLBACK_INVOKER() in NativeArray etc.

      This is one accidental remnant of such behavior, and should be consolidated.

            attila Attila Szegedi
            attila Attila Szegedi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: