Question:
Running./goland.sh reports an error
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
reason:
I use a frequently used cracking method on the Internet. The reason is that the cracking patch path configured by GoLand is wrong
Solution:
Locate the goland64.vmoptions file and use the find command
Modify the contents after finding them,
Modify/home/your user name /. Config/JetBrains/goland2021.2/goland64.vmoptions
It turned out to be
After modification
Then run./goland.sh runs successfully