src/hotspot/cpu/s390/c1_MacroAssembler_s390.cpp
changeset 49397 d3a8aa01f26f
parent 47216 71c04702a3d5
child 50380 bec342339138
--- a/src/hotspot/cpu/s390/c1_MacroAssembler_s390.cpp	Wed Mar 14 15:28:31 2018 +0100
+++ b/src/hotspot/cpu/s390/c1_MacroAssembler_s390.cpp	Wed Mar 14 09:09:38 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2016 SAP SE. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -73,10 +73,6 @@
   push_frame(frame_size_in_bytes);
 }
 
-void C1_MacroAssembler::unverified_entry(Register receiver, Register ic_klass) {
-  ShouldNotCallThis(); // unused
-}
-
 void C1_MacroAssembler::verified_entry() {
   if (C1Breakpoint) z_illtrap(0xC1);
 }