< prev index next >

src/share/vm/ci/ciUtilities.hpp

Print this page
rev 4131 : 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
8015265: revise the fix for 8007037
Reviewed-by: sspitsyn, dholmes, dcubed, coleenp
Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com

*** 91,109 **** return (result); \ } \ CLEAR_PENDING_EXCEPTION; \ return (result); \ } \ ! (0 #define KILL_COMPILE_ON_ANY \ THREAD); \ if (HAS_PENDING_EXCEPTION) { \ fatal("unhandled ci exception"); \ CLEAR_PENDING_EXCEPTION; \ } \ ! (0 inline const char* bool_to_str(bool b) { return ((b) ? "true" : "false"); } --- 91,109 ---- return (result); \ } \ CLEAR_PENDING_EXCEPTION; \ return (result); \ } \ ! (void)(0 #define KILL_COMPILE_ON_ANY \ THREAD); \ if (HAS_PENDING_EXCEPTION) { \ fatal("unhandled ci exception"); \ CLEAR_PENDING_EXCEPTION; \ } \ ! (void)(0 inline const char* bool_to_str(bool b) { return ((b) ? "true" : "false"); }
< prev index next >