comparison src/share/vm/c1/c1_Runtime1.cpp @ 1931:48bbaead8b6c

Adjustments after merge with OpenJDK repository.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Tue, 30 Nov 2010 16:39:35 +0100
parents 2d26b0046e0d
children 00bc9eaf0e24
comparison
equal deleted inserted replaced
1930:2d26b0046e0d 1931:48bbaead8b6c
146 case c1x_arithmetic_drem_id: 146 case c1x_arithmetic_drem_id:
147 #ifndef TIERED 147 #ifndef TIERED
148 case counter_overflow_id: // Not generated outside the tiered world 148 case counter_overflow_id: // Not generated outside the tiered world
149 #endif 149 #endif
150 #ifdef SPARC 150 #ifdef SPARC
151 case counter_overflow_id:
152 #if defined(SPARC) || defined(PPC)
153 case handle_exception_nofpu_id: // Unused on sparc 151 case handle_exception_nofpu_id: // Unused on sparc
154 #endif 152 #endif
155 break; 153 break;
156 154
157 // All other stubs should have oopmaps 155 // All other stubs should have oopmaps