Re: Thread safety and nethod handle chains

2011-08-22 Thread Mark Roos
Thanks for the commentary to all. I learn something new each time. My use of callsites, lookups etc are such that there are lots of lookups ( at least one per generated callsite + class pair). And lookups vary greatly in time, from a quick IV access to a full generation and compile of the meth

Re: Building trunk hotspot-comp

2011-08-22 Thread Christian Thalinger
That's pretty much it. If you have more that two cores increase the number for HOTSPOT_BUILD_JOBS (it's like make -j [jobs]). -- Christian On Aug 19, 2011, at 9:12 PM, Charles Oliver Nutter wrote: > I've posted a gist with a script and instructions for setting up a > trunk build environment fo