提交 f70d962b 编写于 作者: J jbachorik

8033301: Build more informative InfoBuilder

Reviewed-by: sla, ahgross
上级 caffc16c
...@@ -190,7 +190,7 @@ JNIEXPORT jobject JNICALL Java_sun_management_GcInfoBuilder_getLastGcInfo0 ...@@ -190,7 +190,7 @@ JNIEXPORT jobject JNICALL Java_sun_management_GcInfoBuilder_getLastGcInfo0
if (ext_att_count <= 0) { if (ext_att_count <= 0) {
JNU_ThrowIllegalArgumentException(env, "Invalid ext_att_count"); JNU_ThrowIllegalArgumentException(env, "Invalid ext_att_count");
return; return 0;
} }
gc_stat.usage_before_gc = usageBeforeGC; gc_stat.usage_before_gc = usageBeforeGC;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册