Integrated: 8253026: Remove dummy call to gc alot from VM Thread
Robbin Ehn
rehn at openjdk.java.net
Fri Sep 11 07:10:34 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.
This pull request has now been integrated.
Changeset: c7062dc2
Author: Robbin Ehn <rehn at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/c7062dc2
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
8253026: Remove dummy call to gc alot from VM Thread
Reviewed-by: coleenp, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/113
More information about the hotspot-runtime-dev
mailing list