RFR(S): URG! JDK-8049226 com/sun/jdi/OptionTest.java test times out again

serguei.spitsyn at oracle.com serguei.spitsyn at oracle.com
Tue Aug 19 20:54:54 UTC 2014


Hi Dmitry,

The fix seems to be Ok.
Just want to make it clear...
This fix just changes the bug pattern.
It a case of incorrect transport parameters the test is still going to 
fail but without crash, right?

Thanks,
Serguei

On 8/19/14 12:09 PM, Dmitry Samersoff wrote:
> Hi Everybody,
>
> Please review the fix:
>
> http://cr.openjdk.java.net/~dsamersoff/JDK-8049226/webrev.01/
>
> JDWP call jniFatalError if transport can't be initialized (e.g. wrong
> parameters) and jniFatalError call os::abort().  Therefor all transport
> initialization errors cause vm to coredump.
>
> I see no reason for debugInit_exit to call jniFatalError so remove this
> code.
>
> -Dmitry
>



More information about the serviceability-dev mailing list