comparison src/share/vm/graal/graalCompilerToVM.cpp @ 9519:af0b79174c3d

exposed whether ASSERT is defined to Java code and use it to enable checks in ExceptionHandlerStub
author Doug Simon <doug.simon@oracle.com>
date Thu, 02 May 2013 17:17:11 +0200
parents 5fa54bf57f8c
children 99ef9bcb3f32
comparison
equal deleted inserted replaced
9518:f491f51e96b5 9519:af0b79174c3d
632 #ifdef _WIN64 632 #ifdef _WIN64
633 set_boolean("windowsOs", true); 633 set_boolean("windowsOs", true);
634 #else 634 #else
635 set_boolean("windowsOs", false); 635 set_boolean("windowsOs", false);
636 #endif 636 #endif
637 set_boolean("cAssertions", DEBUG_ONLY(true) NOT_DEBUG(false));
637 set_boolean("verifyOops", VerifyOops); 638 set_boolean("verifyOops", VerifyOops);
638 set_boolean("ciTime", CITime); 639 set_boolean("ciTime", CITime);
639 set_boolean("compileTheWorld", CompileTheWorld); 640 set_boolean("compileTheWorld", CompileTheWorld);
640 set_int("compileTheWorldStartAt", CompileTheWorldStartAt); 641 set_int("compileTheWorldStartAt", CompileTheWorldStartAt);
641 set_int("compileTheWorldStopAt", CompileTheWorldStopAt); 642 set_int("compileTheWorldStopAt", CompileTheWorldStopAt);