JDK9: Ocorreu uma operação de acesso reflexivo ilegal. org.python.core.PySystemState

Estou tentando executar programas DMelt (http://jwork.org/dmelt/) usando Java9 (JDK9), e isso me dá erros como:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PySystemState (file:/dmelt/jehep/lib/jython/jython.jar) to method java.io.Console.encoding()
WARNING: Please consider reporting this to the maintainers of org.python.core.PySystemState
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Como posso corrigir isso? Eu estava tentando adicionar –illegal-access = permit à última linha do script "dmelt.sh" (estou usando o bash no Linux), mas isso não resolveu esse problema. Estou muito frustrado com isso. Eu estava usando esse programa com muita frequência, por muito tempo. Talvez eu nunca deva mudar para o JDK9

questionAnswers(5)

yourAnswerToTheQuestion