Bug 1081034
Summary: | Message on standard error output when running EAP 6.3.0 with JDK8 | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Rostislav Svoboda <rsvoboda> |
Component: | Scripts and Commands | Assignee: | jboss-set |
Status: | CLOSED EOL | QA Contact: | Marek Kopecky <mkopecky> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.3.0 | CC: | brian.stansberry, fnasser, mnovak, pgier, pkremens |
Target Milestone: | --- | ||
Target Release: | EAP 6.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-19 12:48:26 UTC | Type: | Enhancement |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Rostislav Svoboda
2014-03-26 14:21:42 UTC
There is no nice way for doing this. We would need to update all scripts with few ugly hacks executing java -version to see what kind of version it is and than based on that modify parameters. Beyond that we would need to change domain.xml/host.xml configs. I think the best thing we can do is actually ignore <permgen> settings for host/domain in case of JDK8. In any case I don't see any big need for it, especially since JDK8 is just one of JDKs we support. This is an RFE. The VM settings we ship in the user-updatable .conf files are suggestions to get users started, they aren't something we say will work flawlessly in all cases. If the settings are unsuitable for a user's environment they should change them. I was looking into actual problems related to this when trying to run WildFly on JDK9. In JDK8 we get a warning, with JDK9 on the other hand jvm doesn't start if premgen parameter is set. This will address this as part of ongoing effort for running upstream WildFly on JDK9 but this is really low priority as JDK9 is still in early dev phase. *** Bug 1213248 has been marked as a duplicate of this bug. *** |