From d49437d388511d88645c420546b3e3fc1f8014e3 Mon Sep 17 00:00:00 2001 From: Kuai Wei Date: Thu, 19 Sep 2019 14:37:44 +0800 Subject: [PATCH] [JWarmUp] add symbol for mac build Summary: add jwarmup symbols to mapfile Test Plan: build successful Reviewers: shiyue, sanhong Issue: https://github.com/alibaba/dragonwell8/issues/53 CR: https://github.com/alibaba/dragonwell8_hotspot/pull/18 --- make/bsd/makefiles/mapfile-vers-debug | 3 +++ make/bsd/makefiles/mapfile-vers-product | 3 +++ 2 files changed, 6 insertions(+) diff --git a/make/bsd/makefiles/mapfile-vers-debug b/make/bsd/makefiles/mapfile-vers-debug index 5e4a6a52a..d6f7c0907 100644 --- a/make/bsd/makefiles/mapfile-vers-debug +++ b/make/bsd/makefiles/mapfile-vers-debug @@ -38,6 +38,7 @@ _JVM_AssertionStatusDirectives _JVM_Available _JVM_Bind + _JVM_CheckJWarmUpCompilationIsComplete _JVM_ClassDepth _JVM_ClassLoaderDepth _JVM_Clone @@ -206,6 +207,8 @@ _JVM_NewArray _JVM_NewInstanceFromConstructor _JVM_NewMultiArray + _JVM_NotifyApplicationStartUpIsDone + _JVM_NotifyJVMDeoptWarmUpMethods _JVM_OnExit _JVM_Open _JVM_RaiseSignal diff --git a/make/bsd/makefiles/mapfile-vers-product b/make/bsd/makefiles/mapfile-vers-product index b8a83d630..240e9d297 100644 --- a/make/bsd/makefiles/mapfile-vers-product +++ b/make/bsd/makefiles/mapfile-vers-product @@ -38,6 +38,7 @@ _JVM_AssertionStatusDirectives _JVM_Available _JVM_Bind + _JVM_CheckJWarmUpCompilationIsComplete _JVM_ClassDepth _JVM_ClassLoaderDepth _JVM_Clone @@ -206,6 +207,8 @@ _JVM_NewArray _JVM_NewInstanceFromConstructor _JVM_NewMultiArray + _JVM_NotifyApplicationStartUpIsDone + _JVM_NotifyJVMDeoptWarmUpMethods _JVM_OnExit _JVM_Open _JVM_RaiseSignal