On Tue, 3 Nov 2020 11:22:50 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> Zero interpreter has two modes: with JVMTI built-in, and without. But we > cannot test it properly, because the build fails without JVMTI in shared > code. Mostly due to JDK-8147388. > > Additional testing: > - [x] Linux x86_64 Zero fastdebug builds `--with-jvm-features=-jvmti` This pull request has now been integrated. Changeset: ca216bae Author: Aleksey Shipilev <sh...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/ca216bae Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod 8255810: Zero: build fails without JVMTI Reviewed-by: coleenp ------------- PR: https://git.openjdk.java.net/jdk/pull/1036