Code Review Request: running signed modules with SecurityManager

mark.reinhold at oracle.com mark.reinhold at oracle.com
Wed Jun 2 21:53:48 PDT 2010


> Date: Thu, 27 May 2010 11:09:05 -0400
> From: sean.mullan at oracle.com

> On 5/26/10 6:59 PM, Rémi Forax wrote:
>> A more general question but perhaps for Mark or Alan,
>> why jigsaw codebase use java.io.file and not java.nio.file ?
> 
> I'll defer to Mark or Alan on that question.

In early Jigsaw development we wanted to allow for the possibility that
the base module might not include java.nio.file, so the SimpleLibrary
class was implemented using the sad old java.io.File class.

Having gotten much further along in the modularization exercise we now
have java.nio.file in the base module, and it's most likely there to
stay.  So at some point we'll make a pass through all the code and
convert uses of the old API to the new one.

- Mark



More information about the jigsaw-dev mailing list