Skip to content

Commit

Permalink
Permgen does not exist on Java 8+. [skip ci]
Browse files Browse the repository at this point in the history
headius committed Mar 1, 2018

Verified

This commit was signed with the committer’s verified signature.
headius Charles Oliver Nutter
1 parent 8756e07 commit a42ef32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/rspec.rake
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ namespace :spec do
compile_flags = {
:default => :int,
:int => ["-X-C"],
:jit => ["-Xjit.threshold=0", "-J-XX:MaxPermSize=256M"],
:aot => ["-X+C", "-J-XX:MaxPermSize=256M"],
:jit => ["-Xjit.threshold=0"],
:aot => ["-X+C"],
:all => [:int, :jit, :aot]
}

0 comments on commit a42ef32

Please sign in to comment.