Reviewed-by: Tomasz Grabiec <tgrab...@scylladb.com>

On Wed, Sep 21, 2016 at 5:38 AM, Waldemar Kozaczuk <jwkozac...@gmail.com>
wrote:

> Signed-off-by: Waldemar Kozaczuk <jwkozac...@gmail.com>
> ---
>  scripts/module.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/module.py b/scripts/module.py
> index b949295..aede2cf 100755
> --- a/scripts/module.py
> +++ b/scripts/module.py
> @@ -28,7 +28,7 @@ class jvm(api.basic_app):
>          for app in self.apps:
>              jvm_args.extend(app.get_jvm_args())
>
> -        return ['java.so'] + jvm_args + ['io.osv.MultiJarLoader',
> '-mains', self.multimain_manifest]
> +        return ['java.so'] + jvm_args + ['io.osv.isolated.MultiJarLoader',
> '-mains', self.multimain_manifest]
>
>      def add(self, app):
>          self.apps.append(app)
> --
> 2.7.4
>
> --
> You received this message because you are subscribed to the Google Groups
> "OSv Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to osv-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to