Searched refs:gc_ext_attribute_values (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/management/
H A DGcInfoBuilder.c195 gc_stat.gc_ext_attribute_values = (jvalue*) malloc(ext_att_count *
197 if (gc_stat.gc_ext_attribute_values == NULL) {
202 gc_stat.gc_ext_attribute_values = NULL;
208 if (gc_stat.gc_ext_attribute_values != NULL) {
209 free(gc_stat.gc_ext_attribute_values);
217 if (gc_stat.gc_ext_attribute_values != NULL) {
218 free(gc_stat.gc_ext_attribute_values);
225 v = gc_stat.gc_ext_attribute_values[i];
252 if (gc_stat.gc_ext_attribute_values != NULL) {
253 free(gc_stat.gc_ext_attribute_values);
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Djmm.h187 jvalue* gc_ext_attribute_values; /* Array of jvalue for GC extension attributes */ member in struct:__anon477
189 /* -1 indicates gc_ext_attribute_values is not big enough */
H A Dmanagement.cpp2033 // gc_ext_attribute_values array allocated
2034 // d. gc_ext_attribute_values is a caller allocated array of jvalue.
2043 // the gc_ext_attribute_values array is filled; or
2049 if (gc_stat->gc_ext_attribute_values_size > 0 && gc_stat->gc_ext_attribute_values == NULL) {
2104 gc_stat->gc_ext_attribute_values[0].i = mgr->num_gc_threads();
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h187 jvalue* gc_ext_attribute_values; /* Array of jvalue for GC extension attributes */ member in struct:__anon571
189 /* -1 indicates gc_ext_attribute_values is not big enough */

Completed in 43 milliseconds