Re: New jtreg test about StackWalker's JDK-8147039 and JDK-8156073: qword decoding from frame locals

2016-06-09 Thread Fabio Tudone (fa...@paralleluniverse.co)
Hi, I'm attaching an updated test: now it also perform assertions about stack operands (they seem to behave like locals). I also converted it to "testng/othervm" with a data provider for several "StackWalker" option combinations. Thanks, -- Fabio Tudone On 06/07/2016 05:18 AM, Mandy Chung

Re: New jtreg test about StackWalker's JDK-8147039 and JDK-8156073: qword decoding from frame locals

2016-06-06 Thread Mandy Chung
Hi Fabio, Thanks for contributing the test. I created a JBS issue for this new regression test: https://bugs.openjdk.java.net/browse/JDK-8158879 We will look into JDK-8156073 before including this regression test. Mandy > On Jun 6, 2016, at 3:06 PM, Fabio Tudone

New jtreg test about StackWalker's JDK-8147039 and JDK-8156073: qword decoding from frame locals

2016-06-06 Thread Fabio Tudone (fa...@paralleluniverse.co)
Hi, I'd like to contribute a jtreg test (attached) that highlights StackWalker issues about decoding qword (i.e. "long" and "double") frame locals and being able to read frame locals consistently in every situation, in particular regardless of the execution mode. The test is a single Java