[9] RFR(L): 8037816 : Fix for 8036122 breaks build with Xcode5/clang

Roland Westrelin roland.westrelin at oracle.com
Fri Apr 25 08:09:07 UTC 2014


>> --- old/src/share/vm/oops/methodData.cpp	2014-04-24 11:18:22.000000000 -0400
>> +++ new/src/share/vm/oops/methodData.cpp	2014-04-24 11:18:22.000000000 -0400
>> @@ -634,7 +636,7 @@
>> }
>> 
>> void ParametersTypeData::print_data_on(outputStream* st, const char* extra) const {
>> -  st->print("parameter types", extra);
>> +  st->print("parameter types"); // FIXME extra ignored?
>>  _parameters.print_data_on(st);
>> }
> 
> That's a reasonable fix.  I think Roland will want to take a look at it.

That change is good. Thanks for fixing this. And thanks for bringing that to my attention, John.

Roland.


More information about the hotspot-dev mailing list