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

Remove dummy call to gc alot from VM Thread

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • 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.

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

              Created:
              Updated:
              Resolved: