Review request: 6378314: Bad warning message when agent library not found. local directory is not searched.

John Coomes John.Coomes at oracle.com
Tue Aug 3 16:36:23 PDT 2010


Chuck Rasbold (rasbold at google.com) wrote:
> http://cr.openjdk.java.net/~rasbold/6378314/
> 
> Fixed: 6378314: Bad warning message when agent library not found. local
> directory is not searched.
> Contributed-by: jeremymanson at google.com
> 
> Print a more detailed error message for agent library load failure.

Hi Chuck & Jeremy,

Looks ok to me, aside from a couple of nits:  use jio_snprintf instead
of sprintf, and strlen returns a size_t, so use that to declare len.

-John



More information about the hotspot-runtime-dev mailing list