Code review request for SecurityManager changes

Mark Reinhold mr at sun..com
Tue May 11 09:52:38 PDT 2010


> Date: Tue, 11 May 2010 11:48:20 -0400
> From: sean.mullan at oracle.com

> On 5/10/10 4:45 PM, Karen Kinnear wrote:
>> 
>> 1) Not something you have to change, but I've been wondering if it
>> would make sense to have some common small utilities shared by the two
>> launchers so we don't have to maintain two copies of some of the
>> sources.
> 
> Hmm, not sure. I'll let Mark or Mandy respond on that one.

Most of the code in sun.misc.Launcher deals with setting up the legacy
class-loader hierarchy, which is irrelevant to launching a modular
application.  If there's an opportunity for sharing then it's with the
legacy-mode support that Mandy's working on, not with the Jigsaw
launcher.

- Mark



More information about the jigsaw-dev mailing list