diff --git a/make/bsd/makefiles/mapfile-vers-debug b/make/bsd/makefiles/mapfile-vers-debug index 5e4a6a52ac859909476b5fc034f56f3419ef4afe..d6f7c09070771016a97ebcc639224e4846f1f9db 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 b8a83d630952be7c8d35e04465f7cc7a0fc13aef..240e9d297138360425934dc31416dab4e6406b5d 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