This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA\JVMTI] Implement GetAllThreads


>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:

Kyle> I'm not sure about this either.  In any case, what I would propose is
Kyle> either access ThreadGroup.parent directly (since it is package private
Kyle> and therefore accessible), or to write an accessor
Kyle> (_Jv_GetThreadGroupParent) that could be located in such a way as to
Kyle> be unusable by user code but would not include the security check.

Access it directly, that should be fine.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]