# HG changeset patch # User Gilles Duboscq # Date 1429110896 -7200 # Node ID c8166c23047d649af5d58175d4555bdefec2ca0a # Parent 3fe33ec624ea9f4e291d25adf887bfcb0e1139eb Remove dead code in graalCodeInstaller.cpp diff -r 3fe33ec624ea -r c8166c23047d src/share/vm/graal/graalCodeInstaller.cpp --- a/src/share/vm/graal/graalCodeInstaller.cpp Mon Apr 20 16:30:54 2015 +0200 +++ b/src/share/vm/graal/graalCodeInstaller.cpp Wed Apr 15 17:14:56 2015 +0200 @@ -689,12 +689,6 @@ } void CodeInstaller::process_exception_handlers() { - // allocate some arrays for use by the collection code. - const int num_handlers = 5; - GrowableArray* bcis = new GrowableArray (num_handlers); - GrowableArray* scope_depths = new GrowableArray (num_handlers); - GrowableArray* pcos = new GrowableArray (num_handlers); - if (exception_handlers() != NULL) { objArrayOop handlers = exception_handlers(); for (int i = 0; i < handlers->length(); i++) {