Remove dummy call to gc alot from VM Thread

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 16
    • Component/s: hotspot
    • None
    • b16

      GC Alot can only be performed by a Java Thread:

      void InterfaceSupport::gc_alot() {
        Thread *thread = Thread::current();
        if (!thread->is_Java_thread()) return; // Avoid concurrent calls

      Lets remove the dummy call from the VM thread.

            Assignee:
            Robbin Ehn
            Reporter:
            Robbin Ehn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: