Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Start the VM before the FS is initialized #1871

Open
marco-c opened this issue Sep 7, 2015 · 1 comment
Open

Start the VM before the FS is initialized #1871

marco-c opened this issue Sep 7, 2015 · 1 comment
Labels

Comments

@marco-c
Copy link
Contributor

marco-c commented Sep 7, 2015

#1862 removed the optimization introduced in #1201 for correctness, but introduced a small regression in some cases.

We should be able to start the VM before the FS is initialized, we just need to add a barrier somewhere (a barrier that requires the VM and the FS to be initialized before executing main).

@mykmelez
Copy link
Contributor

mykmelez commented Sep 8, 2015

Perhaps we could add the barrier into JVM.startIsolate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants