comparison src/share/vm/ci/ciUtilities.hpp @ 1142:4ce7240d622c

6914300: ciEnv should export all well known classes Reviewed-by: kvn, twisti
author never
date Wed, 06 Jan 2010 14:22:39 -0800
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
1140:1f6d42899c3a 1142:4ce7240d622c
77 // Redefine this later. 77 // Redefine this later.
78 #define KILL_COMPILE_ON_FATAL_(result) \ 78 #define KILL_COMPILE_ON_FATAL_(result) \
79 THREAD); \ 79 THREAD); \
80 if (HAS_PENDING_EXCEPTION) { \ 80 if (HAS_PENDING_EXCEPTION) { \
81 if (PENDING_EXCEPTION->klass() == \ 81 if (PENDING_EXCEPTION->klass() == \
82 SystemDictionary::threaddeath_klass()) { \ 82 SystemDictionary::ThreadDeath_klass()) { \
83 /* Kill the compilation. */ \ 83 /* Kill the compilation. */ \
84 fatal("unhandled ci exception"); \ 84 fatal("unhandled ci exception"); \
85 return (result); \ 85 return (result); \
86 } \ 86 } \
87 CLEAR_PENDING_EXCEPTION; \ 87 CLEAR_PENDING_EXCEPTION; \