RFR: 8253026: Remove dummy call to gc alot from VM Thread
    David Holmes 
    dholmes at openjdk.java.net
       
    Fri Sep 11 02:32:33 UTC 2020
    
    
  
On Thu, 10 Sep 2020 16:27:54 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
> 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.
Marked as reviewed by dholmes (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/113
    
    
More information about the hotspot-runtime-dev
mailing list