Integrated: 8258058: improve description of OutOfMemoryError relevant flags

Xin Liu xliu at openjdk.java.net
Wed Dec 16 09:03:56 UTC 2020


On Tue, 15 Dec 2020 23:29:22 GMT, Xin Liu <xliu at openjdk.org> wrote:

> 8258058: improve description of OutOfMemoryError relevant flags

This pull request has now been integrated.

Changeset: 0c8cc2cd
Author:    Xin Liu <xliu at openjdk.org>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/0c8cc2cd
Stats:     7 lines in 1 file changed: 3 ins; 0 del; 4 mod

8258058: improve description of OutOfMemoryError relevant flags

OutOfMemoryError thrown out of JVM doesn't notify hotspot, so debug.cpp::report_java_out_out_memory does not handle it. ie. Some options don't respect OOMEs from Java libraries.  We need to make the description more clear to users.

Reviewed-by: dholmes, jiefu

-------------

PR: https://git.openjdk.java.net/jdk/pull/1792


More information about the hotspot-dev mailing list