Re: RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit [v2]

2023-09-20 Thread Leo Korinth
On Wed, 20 Sep 2023 07:49:20 GMT, Leo Korinth wrote: >> `make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One >> example is bad VM flags. >> >> I now have a reproducer for something that has puzzled me before (and most >> of my co-workers I think): >> >> // first test uses -X

Re: RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit [v2]

2023-09-20 Thread Erik Joelsson
On Wed, 20 Sep 2023 07:49:20 GMT, Leo Korinth wrote: >> `make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One >> example is bad VM flags. >> >> I now have a reproducer for something that has puzzled me before (and most >> of my co-workers I think): >> >> // first test uses -X

Re: RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit [v2]

2023-09-20 Thread Magnus Ihse Bursie
On Wed, 20 Sep 2023 07:49:20 GMT, Leo Korinth wrote: >> `make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One >> example is bad VM flags. >> >> I now have a reproducer for something that has puzzled me before (and most >> of my co-workers I think): >> >> // first test uses -X

Re: RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit [v2]

2023-09-20 Thread Leo Korinth
> `make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One > example is bad VM flags. > > I now have a reproducer for something that has puzzled me before (and most of > my co-workers I think): > > // first test uses -XX:+UseG1GC second and third uses -XX:+UseG1GCC (sic) > `make c

Re: RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit

2023-09-20 Thread Leo Korinth
On Tue, 19 Sep 2023 14:44:26 GMT, Leo Korinth wrote: > `make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One > example is bad VM flags. > > I now have a reproducer for something that has puzzled me before (and most of > my co-workers I think): > > // first test uses -XX:+UseG

Re: RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit

2023-09-19 Thread Magnus Ihse Bursie
On Tue, 19 Sep 2023 14:44:26 GMT, Leo Korinth wrote: > `make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One > example is bad VM flags. > > I now have a reproducer for something that has puzzled me before (and most of > my co-workers I think): > > // first test uses -XX:+UseG

Re: RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit

2023-09-19 Thread Magnus Ihse Bursie
On Tue, 19 Sep 2023 14:44:26 GMT, Leo Korinth wrote: > `make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One > example is bad VM flags. > > I now have a reproducer for something that has puzzled me before (and most of > my co-workers I think): > > // first test uses -XX:+UseG

RFR: 8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit

2023-09-19 Thread Leo Korinth
`make test` outputs `TEST SUCCESS` after unsuccessful exit of JVM. One example is bad VM flags. I now have a reproducer for something that has puzzled me before (and most of my co-workers I think): // first test uses -XX:+UseG1GC second and third uses -XX:+UseG1GCC (sic) `make clean run-test T