-
My project is springboot based
The code before modified like below:
```
@Service
public class FooServiceImpl implements FooService {
@Resource private BarService barService;
public voi…
-
Everything worked fine but until recently the hot code replace stopped working. I always keep my vscode up to date.
Last time I had this issue was caused by a bug in Debugger for Java extension. h…
-
## steps
1. Install [DCEVM 11](http://dcevm.github.io/)
1. Install `sbt`
1. Run `sbt` on any Scala project
## problem
```
error: error while loading package, Missing dependency 'object jav…
-
the crash log as following:
```
Stack: [0x00007f2b301ab000,0x00007f2b302ac000], sp=0x00007f2b302a6f50, free space=1007k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=inter…
-
- [O ] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines
## steps
0. Using Ubuntu 18.04 more details were posted to [ `note` ](#notes) section
1. Ins…
CNLHC updated
4 months ago
-
I'm trying to reload classes multiple times, every time I'm attaching and disposing jvm again, it works fine for a some time but some time later it throws ObjectCollectedException:
pseudo code for …
-
Hi,
we recently upgraded from Spring Boot 2.7 to Spring Boot 3.1 and with this we also upgraded mockito from 4.5.1 to 5.3.1 and bytebuddy from 1.12.23 to 1.14.10.
We use JBR in our development fl…
-
I cannot find the src.zip package in the released version, which makes it impossible to debug the JDK source code. Is there a solution to this issue?
-
我执行完sh install.sh后 执行java -XXaltjvm=dcevm -version报错
Error: missing `dcevm' JVM at `/usr/local/java/jre/lib/aarch64/dcevm/libjvm.so'.
Please install or use the JRE or JDK that contains these missi…
-
Hi
I tried installing dcevm with java 1.8.0_112 and 131 as well but when i check java version from command prompt it does not states any altjvm.
Please help