RFR (XXS): 8037962: metaspaceTracer.cpp misses a symbol
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Thu Mar 20 20:46:41 UTC 2014
Hi,
The change is good, thanks!
Best regards,
Goetz.
-----Original Message-----
From: hotspot-dev [mailto:hotspot-dev-bounces at openjdk.java.net] On Behalf Of Erik Helin
Sent: Thursday, March 20, 2014 4:07 PM
To: hotspot-dev at openjdk.java.net
Subject: RFR (XXS): 8037962: metaspaceTracer.cpp misses a symbol
Hi all,
this small patch fixes an issue when compiling metaspaceTracer.cpp with
OPENJDK=true and USE_PRECOMPILED_HEADER=0. The problem is that the
symbol oopDesc::klass() is missing, this is fixed by including
oops/oop.inline.hpp.
Thanks to Goetz Lindenmaier for finding this issue!
Webrev:
http://cr.openjdk.java.net/~ehelin/8037962/webrev.00/
Testing:
- Compiling with OPENJDK=true and USE_PRECOMPILED_HEADER=0 and then
running java -version
Thanks,
Erik
More information about the hotspot-dev
mailing list