Re: make test TEST="micro:" got java.lang.UnsupportedClassVersionError

2020-10-29 Thread Liu, Xin
Hi, Claes, Thank you for fixing that. --lx On 10/28/20, 4:07 PM, "Claes Redestad" wrote: 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. FWIW I just integrate

Re: make test TEST="micro:" got java.lang.UnsupportedClassVersionError

2020-10-28 Thread Claes Redestad
FWIW I just integrated the change to remove --enable-preview from the micros build, so the UnsupportedClassVersionError should be gone if you sync up. No --enable-preview needed. /Claes On 2020-10-28 11:09, Liu, Xin wrote: Hi, Claes, Thank you for the great guideline of micro benchmarking. no

Re: make test TEST="micro:" got java.lang.UnsupportedClassVersionError

2020-10-28 Thread Liu, Xin
Hi, Claes, Thank you for the great guideline of micro benchmarking. now I have a clearer picture for it. I'm happy to learn that 5-10 minutes for each Benchmark! Let me polish mine. Thanks, --lx On 10/27/20, 3:59 AM, "Claes Redestad" wrote: CAUTION: This email originated from out

make test TEST="micro:" got java.lang.UnsupportedClassVersionError

2020-10-27 Thread Liu, Xin
Hi, I follow the instruction on https://htmlpreview.github.io/?https://github.com/openjdk/jdk/blob/master/doc/testing.html#microbenchmarks to run a new microbenchmark. I got error message as follows. java.lang.UnsupportedClassVersionError: Preview features are not enabled for org/openjdk/bench/

Re: make test TEST="micro:" got java.lang.UnsupportedClassVersionError

2020-10-27 Thread Claes Redestad
Hi lx, the need to add --enable-preview is known, and it's a bug introduced a couple of months ago thanks to a suggestion I did (without realizing that compiling one micro with --enable-preview would poison all of them..). This issue is tracked by a few bugs, see https://bugs.openjdk.java.net/bro