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

Remove dummy call to gc alot from VM Thread

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 16
    • 16
    • hotspot
    • None
    • b16

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: