Skip to content

Commit

Permalink
[JWarmUp] add symbol for mac build
Browse files Browse the repository at this point in the history
Summary: add jwarmup symbols to mapfile

Test Plan: build successful

Reviewers: shiyue, sanhong

Issue: dragonwell-project/dragonwell8#53

CR: dragonwell-project#18
  • Loading branch information
kuaiwei committed Sep 19, 2019
1 parent b0fb410 commit d49437d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/bsd/makefiles/mapfile-vers-debug
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
_JVM_AssertionStatusDirectives
_JVM_Available
_JVM_Bind
_JVM_CheckJWarmUpCompilationIsComplete
_JVM_ClassDepth
_JVM_ClassLoaderDepth
_JVM_Clone
Expand Down Expand Up @@ -206,6 +207,8 @@
_JVM_NewArray
_JVM_NewInstanceFromConstructor
_JVM_NewMultiArray
_JVM_NotifyApplicationStartUpIsDone
_JVM_NotifyJVMDeoptWarmUpMethods
_JVM_OnExit
_JVM_Open
_JVM_RaiseSignal
Expand Down
3 changes: 3 additions & 0 deletions make/bsd/makefiles/mapfile-vers-product
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
_JVM_AssertionStatusDirectives
_JVM_Available
_JVM_Bind
_JVM_CheckJWarmUpCompilationIsComplete
_JVM_ClassDepth
_JVM_ClassLoaderDepth
_JVM_Clone
Expand Down Expand Up @@ -206,6 +207,8 @@
_JVM_NewArray
_JVM_NewInstanceFromConstructor
_JVM_NewMultiArray
_JVM_NotifyApplicationStartUpIsDone
_JVM_NotifyJVMDeoptWarmUpMethods
_JVM_OnExit
_JVM_Open
_JVM_RaiseSignal
Expand Down

0 comments on commit d49437d

Please sign in to comment.