< prev index next >

src/cpu/ppc/vm/runtime_ppc.cpp

Print this page
rev 8107 : 8077838: Recent developments for ppc.

@@ -1,8 +1,8 @@
 /*
- * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
- * Copyright 2012, 2014 SAP AG. All rights reserved.
+ * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright 2012, 2015 SAP AG. 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -177,11 +177,10 @@
   __ reset_last_Java_frame();
 
   __ mr(R1_SP, R3_RET); // Set sp to unextended_sp.
   __ b(mh_done);
 
-
   // Make sure all code is generated.
   masm->flush();
 
   // Set exception blob.
   _exception_blob = ExceptionBlob::create(&buffer, oop_maps,
< prev index next >