-
Notifications
You must be signed in to change notification settings - Fork 25.8k
jvmStats does not handle java.lang.InternalError #29624
Copy link
Copy link
Closed
Labels
:Core/Infra/StatsStatistics tracking and retrieval APIsStatistics tracking and retrieval APIsv6.3.0v7.0.0-beta1
Description
jvmStats catches Exception. It should be catching Exception|java.lang.InternalError. As is noted in the comment in the code, MemoryPoolMXBean throws InternalError, and InternalError is not derived from Exception:
} catch (Exception ex) {
/* ignore some JVMs might barf here with:
* java.lang.InternalError: Memory Pool not found
* we just omit the pool in that case!*/
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Core/Infra/StatsStatistics tracking and retrieval APIsStatistics tracking and retrieval APIsv6.3.0v7.0.0-beta1
Type
Fields
Give feedbackNo fields configured for issues without a type.