-
jbr version: jbr_jcef-17.0.8.1-windows-x64-b1070.2
dfdyz updated
11 months ago
-
![1709027360927](https://github.com/HotswapProjects/HotswapAgent/assets/45960164/07a7067a-09c4-4444-9f9d-313101668e6d)
-
### What happened?
Declaring the jvm toolchain as
```kotlin
kotlin {
jvmToolchain {
languageVersion = JavaLanguageVersion.of(17)
vendor = JvmVendorSpec.JETBRAINS
}
…
bric3 updated
10 months ago
-
This doesn't seem to be documented. Is the regular Java 17 build DCEVM now? Is DCEVM gone entirely? If so, will it ever come back? DCEVM can be quite useful for debugging so it'd be quite unfortunate …
-
你好,有两个问题想确认一下
1.关于文档中提供的libjvm.so文件 我在oracle的jre中也找到了此文件
替换后,执行检查命令 java -XXaltjvm=dcevm -version 可以正常显示 但在运行的server的时候报GBL协议不存在
以jdk181版本为例,两个.so文件大小不同
2.此插件能集成到docker 容器中吗?使用的openjdk 181 版…
lov0 updated
11 months ago
-
**[Nick Allen](https://jira.spring.io/secure/ViewProfile.jspa?name=nicktheuncharted)** opened **[SPR-16249](https://jira.spring.io/browse/SPR-16249?redirect=false)** and commented
If we call destroyS…
-
![image](https://github.com/Liubsyy/HotSecondsIDEA/assets/38785230/f6c1ac9c-69e3-4161-b357-c898917bc87f)
springboot项目,Classloader已检查
![image](https://github.com/Liubsyy/HotSecondsIDEA/assets/3878523…
-
This is a Kotlin project, using gradle to run the application with OpenJDK 17. Works for some time and then errors with the following. (My gradle config is in: https://github.com/HotswapProjects/Hotsw…
-
远程热部署之后有一定概率导致服务挂掉,是因为jvm重新加载class文件时,接口有请求过来导致挂掉的吗
![image](https://github.com/Liubsyy/HotSecondsIDEA/assets/38785230/e279fbb3-56a4-4c45-8d91-7c79c2efa74a)
-
环境:jdk1.8.0_201
下载的https://github.com/Liubsyy/HotSecondsIDEA/releases/download/libjvm_so/libjvm181.so文件
执行install.sh安装
执行java -XXaltjvm=dcevm -version验证报错。
错误信息:
Error: missing `dcevm' JVM at `…