src/hotspot/cpu/ppc/globals_ppc.hpp
changeset 47586 07ad034e0c29
parent 47216 71c04702a3d5
child 47594 fd0db78ac8d4
--- a/src/hotspot/cpu/ppc/globals_ppc.hpp	Wed Oct 04 14:25:53 2017 +0200
+++ b/src/hotspot/cpu/ppc/globals_ppc.hpp	Wed Oct 04 16:44:45 2017 +0200
@@ -32,7 +32,7 @@
 // Sets the default values for platform dependent flags used by the runtime system.
 // (see globals.hpp)
 
-define_pd_global(bool, ShareVtableStubs,      false); // Improves performance markedly for mtrt and compress.
+define_pd_global(bool, ShareVtableStubs,      true);
 define_pd_global(bool, NeedsDeoptSuspend,     false); // Only register window machines need this.