Bug 427805 - Make executable able to select JVM configuration
Summary: Make executable able to select JVM configuration
Status: NEW
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Launcher (show other bugs)
Version: 3.10.0 Luna   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-10 10:27 EST by Mickael Istria CLA
Modified: 2014-02-10 10:34 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickael Istria CLA 2014-02-10 10:27:07 EST
Depending on the JVM (OS, Vendor, version...) some various options make sense for an optimal startup. However, those optimal VM configurations are not portable across VMs.
It would be interesting to have the executable launcher able te have various VM configuration, and being able to select the most relevant one when starting the JVM.
Comment 1 Doug Schaefer CLA 2014-02-10 10:34:44 EST
I was thinking of something like:

-vmvmargs Oracle:1.8.0:-XXsomethingcool

I haven't looked at the details of how we implemented the permgen size arg, but the idea would be to able to expose the selector so that it's not hardcoded like it is now.