5 --- a/make/hotspot/lib/CompileJvm.gmk.orig 2019-01-08 09:40:28.000000000 +0000
6 +++ b/make/hotspot/lib/CompileJvm.gmk
7 @@ -109,7 +109,7 @@ else ifeq ($(OPENJDK_TARGET_CPU), x86_64
10 # Inline assembly for solaris
11 -ifeq ($(call isTargetOs, solaris), true)
12 +ifeq ($(TOOLCHAIN_TYPE), solstudio)
13 ifeq ($(call isTargetCpu, x86_64), true)
14 JVM_CFLAGS += $(TOPDIR)/src/hotspot/os_cpu/solaris_x86/solaris_x86_64.il
15 else ifeq ($(call isTargetCpu, sparcv9), true)