hotspot/src/share/vm/classfile/defaultMethods.cpp
changeset 29316 5287df8a8972
parent 27680 8ecc0871c18e
child 29871 77e7fe063568
--- a/hotspot/src/share/vm/classfile/defaultMethods.cpp	Mon Feb 23 05:01:11 2015 -0800
+++ b/hotspot/src/share/vm/classfile/defaultMethods.cpp	Wed Feb 25 00:30:54 2015 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -1091,6 +1091,7 @@
     }
     // update idnum for new location
     merged_methods->at(i)->set_method_idnum(i);
+    merged_methods->at(i)->set_orig_method_idnum(i);
   }
 
   // Verify correct order