src/hotspot/share/adlc/formssel.cpp
changeset 57804 9b7b9f16dfd9
parent 55743 fb2b47f0e067
child 57986 2172fd713350
--- a/src/hotspot/share/adlc/formssel.cpp	Tue Aug 20 10:46:23 2019 +0200
+++ b/src/hotspot/share/adlc/formssel.cpp	Tue Aug 20 10:11:53 2019 +0100
@@ -3518,6 +3518,12 @@
   int cnt = sizeof(needs_ideal_memory_list)/sizeof(char*);
   if( strcmp(_opType,"PrefetchAllocation")==0 )
     return 1;
+  if( strcmp(_opType,"CacheWB")==0 )
+    return 1;
+  if( strcmp(_opType,"CacheWBPreSync")==0 )
+    return 1;
+  if( strcmp(_opType,"CacheWBPostSync")==0 )
+    return 1;
   if( _lChild ) {
     const char *opType = _lChild->_opType;
     for( int i=0; i<cnt; i++ )