hotspot/src/share/vm/asm/codeBuffer.cpp
changeset 29580 a67a581cfe11
parent 27880 afb974a04396
child 30764 fec48bf5a827
--- a/hotspot/src/share/vm/asm/codeBuffer.cpp	Thu Mar 12 15:51:12 2015 -0700
+++ b/hotspot/src/share/vm/asm/codeBuffer.cpp	Mon Feb 16 14:07:36 2015 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 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
@@ -926,9 +926,6 @@
 void CodeBuffer::take_over_code_from(CodeBuffer* cb) {
   // Must already have disposed of the old blob somehow.
   assert(blob() == NULL, "must be empty");
-#ifdef ASSERT
-
-#endif
   // Take the new blob away from cb.
   set_blob(cb->blob());
   // Take over all the section pointers.