Re: RFR (S) 8201224: Make string buffer size dynamic

2018-08-10 Thread JC Beyler
Hi all, Anybody motivated to look at this change? :) Webrev: http://cr.openjdk.java.net/~jcbeyler/8201224/webrev.01/ Bug: https://bugs.openjdk.java.net/browse/JDK-8201224 Let me know what you think! Jc On Wed, Aug 8, 2018 at 11:34 AM JC Beyler wrote: > Hi all, > > Here is a revised webrev th

JDK-8034084: nsk.nsk/jvmti/ThreadStart/threadstart003 Wrong number of thread end events

2018-08-10 Thread Gary Adams
There's a fairly old bug concerning jvmti thread start and end events. I believe there are 2 possible race conditions in the threadstart003 test based on some arbitrary timeout values used in the test itself. Here are a few snippets from the test to illustrate the problem area. In the initial se