IBM jdk problems with Elasticsearch

I am using IBM jdk on my power PC and running an Elasticsearch instance. But he problem is, when I start Elsaticsearch, it guves me th efollowing message in the log file and terminates:

IBM runtimes suffer from several bugs which can cause data corruption. Please upgrade the JVM.

So the problem is, IBM jdk is failing the JVM check.

What do I do?

We don't support this JVM, you will need to pick another one - https://www.elastic.co/support/matrix#show_jvm

@warkolm Okay. But I added -Des.bypass.vm.check=true JVM option to elasticsearch command line while starting and it works fine now. So my question is, will I have to worry about its proper working in the future?

As far as I understand there are no plans to support this JDK.