< prev index next >

src/hotspot/cpu/ppc/globalDefinitions_ppc.hpp

Print this page
rev 56646 : 8231757: [ppc] Fix VerifyOops. Errors show since 8231058.
Summary: Also make the checks print the wrong value and where a failure occurred.

*** 28,37 **** --- 28,41 ---- #ifdef CC_INTERP #error "CC_INTERP is no longer supported. Removed in change 8145117." #endif + #ifndef FILE_AND_LINE + #define FILE_AND_LINE __FILE__ ":" XSTR(__LINE__) + #endif + // Size of PPC Instructions const int BytesPerInstWord = 4; const int StackAlignmentInBytes = 16;
< prev index next >