Kent Dong
Kent Dong
`-H:-UseIPEA` works. I just check the documentation. It seems that `UseIPEA` is a sub-option of `AOTPriorityInline`. So are we narrowing the root cause?
Here is a minimal reproducer, [deadlock.zip](https://github.com/oracle/graal/files/14904262/deadlock.zip). Please try the following steps to reproduce this issue: ```bash cd deadlock-agent ./mvnw clean install -Dmaven.test.skip cd ../deadlock-reproducer ./mvnw clean package native:compile-no-fork -P native...
BTW, removing `-march=x86-64-v2` from buildArgs can make it work.
Oh, finally got the correct way of configuring multiple buildArgs.... Because some of our K8s nodes use a relatively old CPU architecture, we have to use v2, otherwise it won't...
> Also when you configure multiple buildArgs correctly? No, it doesn't work, either.  And I tested all the `-march` options supported on my AMD64 laptop. The result is as...
Hi guys, any new findings on this issue? Thanks.
Update: It seems not to be related to the `arch` option. Adding several dependencies can also result in the same error.
Would the final solution support transforming JDK built-in classes, such as `Thread`, `ThreadExecutorPoolExecutor`, etc.? Because currently, we have them transformed to add some byte code for tracing and metrics collection,...
“需要同时在higress-gateway中的PORTS中添加对应端口”,这个是指修改 higress-gateway 的 K8s Service 吗?
变更冻结这种需求是否应该在源头进行限制,而不是在最终生效的地方? 你上面也提到了,不管是谁重启,controller 还是 gateway,都会导致被冻结的变更在终端生效,产生预期外的配置变更。