Dominik Helm
Dominik Helm
Hermes will be moved to a repository of its own to simplify OPAL maintenance.
BugPicker has not been part of OPAL's builds since 2017 and has no real use case anymore.
Currently, any kind of entity can be associated with any property(key). This has drawbacks: - it is easy to accidentally either produce an EPS with an incorrect entity or, upon...
`InvokedynamicRewriting.scalaLambdaDeserializeResolution` handles the `scala.runtime.LambdaDeserialize.bootstrap` bootstrap method. Currently, it only supports `InvokeStaticMethodHandle`s, because the implementation of `ClassFileFactory.DeserializeLambdaProxy` can only process these. More recent Scala compilers, however, also produce `InvokeSpecialMethodHandle`s, which we...