Skip to content

Commit

Permalink
[#1534] Please add -XX:CompileCommand=exclude,jregex/Pretokenizer,nex…
Browse files Browse the repository at this point in the history
…t to java args
  • Loading branch information
pepite committed May 29, 2012
1 parent f1070ea commit bc77610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/pym/play/application.py
Expand Up @@ -256,6 +256,7 @@ def java_cmd(self, java_args, cp_args=None, className='play.server.Server', args
args += ["--https.port=%s" % self.play_env['https.port']]

java_args.append('-Dfile.encoding=utf-8')
java_args.append('-XX:CompileCommand=exclude,jregex/Pretokenizer,next')

if self.readConf('application.mode').lower() == 'dev':
if not self.play_env["disable_check_jpda"]: self.check_jpda()
Expand Down

0 comments on commit bc77610

Please sign in to comment.