If so, I found OpenJDK binary platform take 100% or 80% cpu when I start debug my application, If I stop debug, the amount of CPU occupied by him will decrease, If OpenJDK binary platform always take 100% or 80%
Like the Oracle JDK, Bi Sheng JDK is customized based on OpenJDK, but at the same time it is given different commercial features. For example, we all know that OpenJDK 12 adds a new garbage collection (GC) algorithm-Shenandoah, but it is not included in the release of Oracle JDK. On ...
sudo apt install default-jdk 如果echo $SHELL 发现是 dash 的话,后续编译时会报 aapt: Syntax error: newline unexpected (expecting ")" 的错误,所以还需换成 bash:sudo dpkg-reconfigure dash 如果是 Win10 中的 WSL ,后续编译时会报 aapt: cannot execute binary file: Exec f...