src/hotspot/cpu/x86/x86_32.ad
changeset 52180 a817954f4081
parent 51996 84743156e780
child 52992 4bb6e0871bf7
--- a/src/hotspot/cpu/x86/x86_32.ad	Wed Oct 17 22:26:41 2018 +0200
+++ b/src/hotspot/cpu/x86/x86_32.ad	Wed Oct 17 22:42:31 2018 +0200
@@ -619,7 +619,7 @@
   int framesize = C->frame_size_in_bytes();
   int bangsize = C->bang_size_in_bytes();
 
-  __ verified_entry(framesize, C->need_stack_bang(bangsize)?bangsize:0, C->in_24_bit_fp_mode());
+  __ verified_entry(framesize, C->need_stack_bang(bangsize)?bangsize:0, C->in_24_bit_fp_mode(), C->stub_function() != NULL);
 
   C->set_frame_complete(cbuf.insts_size());