slim3で設定をslim3.hotReloading=trueでUPするとエラーが出る?

appengine-web.xmlに下記設定をした状態でデプロイするとSecurityExceptionが発生するようです。

設定

<system-properties>
  <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
  <property name="slim3.hotReloading" value="true"/>
</system-properties>

エラー

failed hotReloadingFilter
java.lang.SecurityException: Google Apphosting does not support System.setSecurityManage

いつからだろう??trueでも本番環境なら強制的にfalseになっていたと思うのですが、、