remove debug code from builtin.cpp

This commit is contained in:
Joel Dice 2008-10-27 15:39:14 -06:00
parent 4d613f404f
commit 01cc868797

View File

@ -593,8 +593,6 @@ Java_java_lang_Runtime_dumpHeap(Thread* t, jclass, jstring outputFile)
{
ENTER(t, Thread::ActiveState);
abort(t);
unsigned length = stringLength(t, *outputFile);
char n[length + 1];
stringChars(t, *outputFile, n);