diff src/share/vm/runtime/deoptimization.cpp @ 18125:2a69cbe850a8

Reduce diff with upstream
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 20 Oct 2014 19:07:20 +0200
parents 52b4284cb496
children 5c1bd485c54b
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.cpp	Mon Oct 20 16:26:05 2014 +0200
+++ b/src/share/vm/runtime/deoptimization.cpp	Mon Oct 20 19:07:20 2014 +0200
@@ -213,7 +213,6 @@
   // Create a growable array of VFrames where each VFrame represents an inlined
   // Java frame.  This storage is allocated with the usual system arena.
   assert(deoptee.is_compiled_frame(), "Wrong frame type");
-
   GrowableArray<compiledVFrame*>* chunk = new GrowableArray<compiledVFrame*>(10);
   vframe* vf = vframe::new_vframe(&deoptee, &map, thread);
   while (!vf->is_top()) {