[9] RFR(M): 8151280: update hotspot tests to use vm.compMode instead of their own logic

Tatiana Pivovarova tatiana.pivovarova at oracle.com
Wed Jul 6 15:34:40 UTC 2016


Hi Vladimir, Dmitrij!

Thank you for your review!

On 07/06/2016 02:08 AM, Vladimir Kozlov wrote:
> Looks good.
>
> TestEscapeThroughInvoke.java - empty webrev (spacing changes?)
Yes. It adds a new line.
--- a/test/compiler/escapeAnalysis/TestEscapeThroughInvoke.java Mon Jun 
27 22:48:39 2016 +0300
+++ b/test/compiler/escapeAnalysis/TestEscapeThroughInvoke.java Tue Jun 
28 14:00:14 2016 +0300
@@ -78,4 +78,4 @@
              }
          }
      }
-}
\ No newline at end of file
+}


Thanks,
Tatiana
>
> Thanks,
> Vladimir
>
> On 6/30/16 9:17 AM, Tatiana Pivovarova wrote:
>> Hello,
>>
>> could you please review this patch?
>>
>> This review request covers two bugs:
>>  - 8151280: update hotspot tests to use vm.compMode instead of their own
>> logic [1]
>>  - 8145848: Update hs compiler tests to get VM mode using 
>> j.t.l.Platform [2]
>> Also it relays on bug fix for 8132919 [3] which I posted recently [4]
>>
>> Summary:
>> it's possible now to rely on @requires expressions to choose vm.compMode
>> At the moment several compiler tests parse java.vm.info property to get
>> VM mode. It could be done using j.t.l.Platform.
>>
>> This patch has been contributed by Igor Ignatyev.
>>
>> Tested on on Linux-x86 and Solaris sparc
>>
>> top level webrev:
>> http://cr.openjdk.java.net/~iignatyev/8145848/top/webrev.00/
>> hotspot webrev:
>> http://cr.openjdk.java.net/~iignatyev/8145848/hotspot/webrev.00/
>> bugs: [1] [2]
>>
>> [1] https://bugs.openjdk.java.net/browse/JDK-8151280
>> [2] https://bugs.openjdk.java.net/browse/JDK-8145848
>> [3] https://bugs.openjdk.java.net/browse/JDK-8132919
>> [4]
>> http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2016-June/023599.html 
>>
>>
>> Thanks,
>> Tatiana

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160706/7d5acff9/attachment.html>


More information about the hotspot-compiler-dev mailing list