Posted By:
Christopher_Schultz
Posted On:
Wednesday, December 26, 2001 08:23 AM
'Mixed mode' refers to the JIT: that means some code will be run interpreted and some will be run compiled by the JIT.
I think Sun abolished the green threads in its distribution of the JRE, so you should always be using native threads.
-chris