Atomic::cmpxchg_ptr code duplication
Christian Thalinger
Christian.Thalinger at Sun.COM
Fri Apr 17 05:52:30 PDT 2009
On Sat, 2009-04-04 at 12:46 -0400, Paul Hohensee wrote:
> Look for the asm code they should generate. E.g., cmpxchg instruction.
> Check the C++ source code of the method they supposed to be compiled into.
I think it would be possible to inspect object files with nm and to see
if they have references to these methods. But I don't know how to do
that on Windows.
I guess we can rely on newer compilers to not have an inlining-depth
limit. I found such limits but only for recursive calls.
-- Christian
More information about the hotspot-dev
mailing list