|
Hi Coleen,
Looks good in general. Just a couple minor comments below. I hope, you will update the copyright years before the push. http://cr.openjdk.java.net/~coleenp/2019/8139551.01/webrev/test/hotspot/jtreg/runtime/RedefineTests/TestMultipleClasses.java.html Nice test! 37 import java.lang.reflect.*; 38 import jdk.test.lib.compiler.InMemoryJavaCompiler; 39 import java.lang.instrument.*;The imports above can be re-ordered. 44 return new String("public class B" + count + " {" +
45 " public static void compiledMethod() { " +
46 " try{" +
47 " Thread.currentThread().sleep(1); " +
48 " } catch(InterruptedException ie) {" +
49 " }" +
50 " }" +
51 "}");
Not clear, why sleep is needed here.Thanks, Serguei On 2/4/19 12:34, [email protected] wrote: Added the serviceability-dev back. |
- RFR (M) 8139551: Scalability problem with redef... coleen . phillimore
- Re: RFR (M) 8139551: Scalability problem w... [email protected]
- Re: RFR (M) 8139551: Scalability probl... [email protected]
- Re: RFR (M) 8139551: Scalability p... David Holmes
- Re: RFR (M) 8139551: Scalabili... [email protected]
- Re: RFR (M) 8139551: Scalabili... coleen . phillimore
- Re: RFR (M) 8139551: Scalability p... coleen . phillimore
- Re: RFR (M) 8139551: Scalabili... [email protected]
- Re: RFR (M) 8139551: Scal... coleen . phillimore
- Re: RFR (M) 8139551: Scalability problem w... dean . long
- Re: RFR (M) 8139551: Scalability probl... coleen . phillimore
