K 10 svn:author V 4 jkim K 8 svn:date V 27 2013-11-09T00:11:00.539601Z K 7 svn:log V 477 - Add throw() to all user-defined operator new()s within HotSpot because Clang does not support "-fcheck-new". Note it is a backport of S8021954 (http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9758d9f36299). - Re-implement signal_name() with sys_signame(3) and adjust the comments. - Re-implement ThreadCritical with PTHREAD_MUTEX_RECURSIVE. - Fix DEBUG build with Clang on i386. Clang does not support "-gstabs". - Limit allocatable physical memory per getrlimit(2). END