RFR(m): 8223306: Remove threads linked list (use ThreadsList's array in SA)

Robbin Ehn robbin.ehn at oracle.com
Wed May 8 09:14:02 UTC 2019


Thanks Coleen!

I changed to normal *for* in CommandProcessor.java after David's comments.
http://rehn-ws.se.oracle.com/cr_mirror/8223306/v2/webrev/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/CommandProcessor.java.sdiff.html

/Robbin

On 2019-05-06 19:06, coleen.phillimore at oracle.com wrote:
> 
> Looks good!
> Coleen
> 
> On 5/6/19 3:31 AM, Robbin Ehn wrote:
>> Hi, please review.
>>
>> Old threads linked list remove and updated SA to use ThreadsList array instead.
>>
>> Issue:
>> https://bugs.openjdk.java.net/browse/JDK-8223306
>> Webrev:
>> http://cr.openjdk.java.net/~rehn/8223306/webrev/
>>
>> Passes t1-3 (which includes SA tests).
>>
>> Thanks, Robbin
> 


More information about the hotspot-runtime-dev mailing list