Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove MaxPermSize #5251

Merged
merged 1 commit into from
Jul 16, 2018
Merged

remove MaxPermSize #5251

merged 1 commit into from
Jul 16, 2018

Conversation

ahorek
Copy link
Contributor

@ahorek ahorek commented Jul 15, 2018

The command line flags PermSize and MaxPermSize have been removed and are ignored. If used on the command line a warning will be emitted for each.

Java HotSpot(TM) Server VM warning: ignoring option PermSize=32m; support 
was removed in 8.0

Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=128m; support 
was removed in 8.0

since jruby 9.2 supports only java 8+, MaxPermSize should be replaced in favour of MaxMetaspaceSize

http://www.oracle.com/technetwork/java/javase/8-compatibility-guide-2156366.html

@kares kares merged commit 52bd002 into jruby:master Jul 16, 2018
@kares kares added this to the Non-Release milestone Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants