C++ Interpreter
steve goldman
Steve.Goldman at Sun.COM
Tue Nov 27 07:37:09 PST 2007
Tom Rodriguez wrote:
> Also the ProfileInterpreter option does nothing with the C++ interpreter
> so any benchmarks which benefit from type profiling will run more slowly
> with the C++ interpreter.
>
One other thing that is missing from the c++ interpreter is support for
biased locking. I started to hack that in a while ago but never finished
it. So a fairer comparison would turn of biased locking when using the
template interpreter not that I think this is likely to be the culprit.
--
Steve
More information about the hotspot-dev
mailing list