:: 에러 내용
- Java HotSpot(TM) 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
:: 해결 방법
- InteliJ IDE -> Run -> Edit Configurations -> VM options에 -Xshare:off 추가
:: 에러 내용
- WARNING: A Java agent has been loaded dynamically (C:\Users\sia54.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy-agent\1.15.10\e8eb255b2c378b9a6c7341e7b0e12f0a5636377\byte-buddy-agent-1.15.10.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
:: 해결 방법
- InteliJ IDE -> Run -> Edit Configurations -> VM options에
-XX:+EnableDynamicAgentLoading추가