Searched defs:protected (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/solaris/dtrace/
H A DgenerateJvmOffsets.cpp36 /* A workaround for private and protected fields */
38 #define protected public macro
/openjdk7/hotspot/src/os/bsd/dtrace/
H A DgenerateJvmOffsets.cpp36 /* A workaround for private and protected fields */
38 #define protected public macro
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c305 unsigned protected:1; /* must accessor be a subclass of "this" */ member in struct:instruction_data_type
1028 this_idata->protected = JNI_FALSE; /* no need to look at it yet. */
1537 context->instruction_data[inumber].protected = JNI_TRUE;
2284 if (this_idata->protected &&
2287 CCerror(context, "Bad access to protected data");
2345 if (this_idata->protected
2349 CCerror(context, "Bad access to protected data");
2374 if (this_idata->protected
2390 CCerror(context, "Bad access to protected data");

Completed in 950 milliseconds