RFR(S): 8087183: Fix call to inline function is_oop in header debugInfo.hpp. (original) (raw)
Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Jun 11 15:29:45 UTC 2015
- Previous message: RFR(S): 8087183: Fix call to inline function is_oop in header debugInfo.hpp.
- Next message: RFR(S): 8087183: Fix call to inline function is_oop in header debugInfo.hpp.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looks good.
Thanks, Vladimir
On 6/11/15 2:02 AM, Lindenmaier, Goetz wrote:
Hi,
in debugInfo.hpp isoop() is called. This is an inline function defined in oop.inline.hpp. As oop.inline.hpp is not included in debugInfo.hpp, and it should not be included there, this leads to compilation failures in the fastdebug build on aix. To fix this, I just move the function calling isoop to debugInfo.cpp. In that file also the only call to that function is located, so that it still can be inlined. Please review this change. I please need a sponsor. http://cr.openjdk.java.net/~goetz/webrevs/8087183-isoop/webrev-01/ Best regards, Goetz.
- Previous message: RFR(S): 8087183: Fix call to inline function is_oop in header debugInfo.hpp.
- Next message: RFR(S): 8087183: Fix call to inline function is_oop in header debugInfo.hpp.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]