-
Consider this Java code
``` java
package org.foo;
import java.util.List;
import java.util.concurrent.CompletableFuture;
public class TypeFixture {
public CompletableFuture load(List filter, int…
-
This is a known error, but wanted to create this for tracking and discussion:
```
Method too large: com/dylibso/chicory/$gen/CompiledModule.func_153
```
I believe the strategy here is to split…
bhelx updated
4 months ago
-
Based on Open CB failure in `playframework/playframework` - [builds logs](https://github.com/VirtusLab/community-build3/actions/runs/10857261122/job/30133902315)
Extracted from similar issue: https:/…
-
### Description
Support [Sentry profiling](https://docs.sentry.io/product/profiling/) running in the JVM
```[tasklist]
### Milestones
- [ ] Profile Java code in the JVM for single hub mode (de…
-
Shenandoah (like blue-ridge) runs Rhino in its default optimization mode, which involves compiling Javascript to Java bytecode. Some Javascript code (i.e. amalgamated ExtJS) have functions which brea…
-
**Describe the bug**
Given a serializable data class having a value class wrapping a primitive type, the field is serialized using `.encodeSerializableElement(serialDesc, 0, (SerializationStrategy)my…
-
Currently Kernels have no values stored in them, they only define methods
Making kernels objects instead of classes could potentially make operation invocation initialization faster, as Kernels will b…
-
### Description
Currently https://github.com/quarkusio/quarkus/blob/ab8f230bffd54b9e76e119e54f3bca40718be152/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/service/by…
-
### Language name
Haxe
### Language version
4.3.1
### Language homepage
https://haxe.org/
### Compiler homepage
https://haxe.org/
### Compiler version
4.3.1
### Motivatio…
-
Challenges:
- uprobes only works with VMA's backed by files while the code cache of the (Hotspot) JVM uses an anonymous region
- uprobes [apparently doesn't allow the code memory region to be writab…