View Single Post
  #3 (permalink)  
Old 09-04-2008, 01:03 AM
sardare sardare is offline
Member
 
Join Date: Jun 2008
Posts: 4
sardare is on a distinguished road
Quote:
Originally Posted by Norm View Post
Not sure what those are.

outside the threads address space. e.g., class static variables that thread can access.

What does that mean?
If you can control the ClassLoader that the task uses, you can control what classes it can instantiate.
if I use a different class loader to instantiate my thread, it could still access the statics inside other classes and other shared variables..
Reply With Quote