[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-serviceability-dev
Subject:    Re: RFR: 8154728: JvmtiExport::add_default_read_edges hits a guarantee
From:       Robbin Ehn <robbin.ehn () oracle ! com>
Date:       2016-04-20 8:02:00
Message-ID: 57173778.1020105 () oracle ! com
[Download RAW message or body]

Thanks Stefan!

And for sponsoring!

/Robbin

On 04/20/2016 10:00 AM, Stefan Karlsson wrote:
> Hi Robbin,
>
> This looks good to me. This breaks gc nightly and is a fairly trivial
> change, so I'll push this right away.
>
> Thanks,
> StefanK
>
> On 2016-04-20 09:40, Robbin Ehn wrote:
>> Hi all,
>>
>> Please review.
>>
>> We are missing a cr on a log stream, which leads to this guarantee.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8154728
>>
>> Thanks !
>>
>> /Robbin
>>
>> diff -r 857efca82258 src/share/vm/prims/jvmtiExport.cpp
>> --- a/src/share/vm/prims/jvmtiExport.cpp    Sun Apr 17 19:15:52 2016
>> -0700
>> +++ b/src/share/vm/prims/jvmtiExport.cpp    Wed Apr 20 09:37:01 2016
>> +0200
>> @@ -428,6 +428,7 @@
>>      LogTarget(Trace, jvmti) log;
>>      LogStreamCHeap log_stream(log);
>>      java_lang_Throwable::print(PENDING_EXCEPTION, &log_stream);
>> +    log_stream.cr();
>>      CLEAR_PENDING_EXCEPTION;
>>      return;
>>    }
>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic