Re: Howto replicate failure of 8254790?

2020-10-20 Thread Vladimir Kozlov
-...@openjdk.java.net; core-libs-dev@openjdk.java.net; Hohensee, Paul Subject: Re: Howto replicate failure of 8254790? Thank you, Sandhya Very nice analysis. I just finished running dsig/GenerationTests.java test multiply runs (to besure) on our systems and confirmed your proposed fix

RE: Howto replicate failure of 8254790?

2020-10-20 Thread Viswanathan, Sandhya
; Tatton, Jason ; David Holmes ; hotspot-compiler-...@openjdk.java.net; core-libs-dev@openjdk.java.net; Hohensee, Paul Subject: Re: Howto replicate failure of 8254790? Thank you, Sandhya Very nice analysis. I just finished running dsig/GenerationTests.java test multiply runs (to besure

Re: Howto replicate failure of 8254790?

2020-10-20 Thread Vladimir Kozlov
Message- From: Vladimir Kozlov Sent: Tuesday, October 20, 2020 10:01 AM To: Viswanathan, Sandhya ; Tatton, Jason ; David Holmes ; hotspot-compiler-...@openjdk.java.net; core-libs-dev@openjdk.java.net; Hohensee, Paul Subject: Re: Howto replicate failure of 8254790? Yes, I saw it too but I

RE: Howto replicate failure of 8254790?

2020-10-20 Thread Viswanathan, Sandhya
@openjdk.java.net; Hohensee, Paul Subject: Re: Howto replicate failure of 8254790? Yes, I saw it too but I was not sure because we never hit the issue with Unicode string index intrinsic. An other thing is we see the failure only on MacOS. I also want someone to decode asm dump I provided in bug to see actual

Re: Howto replicate failure of 8254790?

2020-10-20 Thread Vladimir Kozlov
mpiler-...@openjdk.java.net; core-libs-dev@openjdk.java.net Subject: Re: Howto replicate failure of 8254790? Hi Jason, I added surrounding instructions dump from hs_err file we have so you can reconstruct x86 assembler from it. If you look on si_addr: 0xe41d2718 which case memory map failure, it look

RE: Howto replicate failure of 8254790?

2020-10-19 Thread Viswanathan, Sandhya
bs-dev@openjdk.java.net Subject: Re: Howto replicate failure of 8254790? Hi Jason, I added surrounding instructions dump from hs_err file we have so you can reconstruct x86 assembler from it. If you look on si_addr: 0xe41d2718 which case memory map failure, it looks like R8 =0x0007e4

Re: Howto replicate failure of 8254790?

2020-10-15 Thread Vladimir Kozlov
I will try on that. -Original Message- From: Vladimir Kozlov Sent: 15 October 2020 20:25 To: David Holmes ; Tatton, Jason ; hotspot-compiler-...@openjdk.java.net; core-libs-dev@openjdk.java.net Subject: RE: [EXTERNAL] Howto replicate failure of 8254790? CAUTION: This email originated

RE: Howto replicate failure of 8254790?

2020-10-15 Thread Tatton, Jason
@openjdk.java.net Subject: RE: [EXTERNAL] Howto replicate failure of 8254790? CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can confirm the sender and know the content is safe. Note, we have old Mac machines in our testing env: cx8

Re: Howto replicate failure of 8254790?

2020-10-15 Thread Vladimir Kozlov
Note, we have old Mac machines in our testing env: cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, rtm, adx, fma, vzeroupper, clflush, clflushopt Use -XX:UseAVX=2 But I was not able reproduce

Re: Howto replicate failure of 8254790?

2020-10-14 Thread David Holmes
Hi Jason, On 15/10/2020 10:42 am, Tatton, Jason wrote: Hi all, I am trying to replicate the failure of the tier2 test mentioned in 8254790 but I am only seeing it pass under an x86 linux machine. Are there any specific architectural