-
Notifications
You must be signed in to change notification settings - Fork 330
Using Channel
to load Java classes
#13238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✨ GUI Checks ResultsSummary
See individual check results for more details. |
f1ec084
to
44edc03
Compare
With 4f373cd we can run some of the
|
I've turned the whole infrastructure into an opt-in feature. I'd like to integrate now. Please review the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, let's get this in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving my little bit!
…slf4j (#13356) - One of the remaining problems in #13238 - was _"logging in the HotSpot JVM isn't configured"_ - which resulted in a lot of printed log messages - by making `persistance` use the default `System.Logger` no messages shall appear - as the default logger is configured to not log `DEBUG` messages by default - moreover the use of `System.Logger` makes `persistance` _3rd party libraries free_ - while the logging behavior of `persistance` in the Enso runtime remains unchanged - because of the bridge that delegates to _slf4j_
Pull Request Description
--vm.D=polyglot.enso.classLoading
option - more detail to turn the mode onjvm-channel
module with less dependencies thanos-environment
hasChannel
connecting twoJVM
instances #13206Channel
in a single JVMChannel
injvm-interop
project to implementInteropLibrary
messages: 9c129deEnsoContext
andjvm-interop
in e41d046jvm-interop
to start HotSpot JVM and load a class if it is not in native imagePros
Pending Future Features
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,