This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254412 - WebLogic Server plugin specifies -XX:PermSize for running with Java 8
Summary: WebLogic Server plugin specifies -XX:PermSize for running with Java 8
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-16 23:52 UTC by sbutton
Modified: 2015-08-18 01:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sbutton 2015-08-16 23:52:40 UTC
Just the new WebLogic Server 12.2.1 support added per 254327.

WebLogic Server 12.2.1 requires Java 8 as a minimum.

Noted that the server definition specifies VM Memory Options with PermSize setting, which is no longer supported in Java 8 VMs.

"Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0"

Can we remove the "-XX:PermSize=256m" setting from the VM memory options.
Comment 1 Petr Hejl 2015-08-17 15:16:18 UTC
Fixed in web-main 8565cf820b38.
Comment 2 Quality Engineering 2015-08-18 01:17:36 UTC
Integrated into 'main-silver', will be available in build *201508180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8565cf820b38
User: Petr Hejl <phejl@netbeans.org>
Log: #254412 - WebLogic Server plugin specifies -XX:PermSize for running with Java 8