hotspot/src/os/aix/vm/decoder_aix.hpp
changeset 46630 75aa3e39d02c
parent 35606 d873b64009cc
--- a/hotspot/src/os/aix/vm/decoder_aix.hpp	Wed Jul 05 11:03:19 2017 -0700
+++ b/hotspot/src/os/aix/vm/decoder_aix.hpp	Thu Jul 06 01:50:26 2017 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2013 SAP SE. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -32,7 +32,7 @@
   AIXDecoder() {
     _decoder_status = no_error;
   }
-  ~AIXDecoder() {}
+  virtual ~AIXDecoder() {}
 
   virtual bool can_decode_C_frame_in_vm() const { return true; }