comparison src/share/vm/ci/ciEnv.hpp @ 6792:137868b7aa6f

7196199: java/text/Bidi/Bug6665028.java failed: Bidi run count incorrect Summary: Save whole XMM/YMM registers in safepoint interrupt handler. Reviewed-by: roland, twisti
author kvn
date Mon, 17 Sep 2012 19:39:07 -0700
parents da91efe96a93
children e522a00b91aa bd7a7ce2e264
comparison
equal deleted inserted replaced
6791:8d3cc6612bd1 6792:137868b7aa6f
360 OopMapSet* oop_map_set, 360 OopMapSet* oop_map_set,
361 ExceptionHandlerTable* handler_table, 361 ExceptionHandlerTable* handler_table,
362 ImplicitExceptionTable* inc_table, 362 ImplicitExceptionTable* inc_table,
363 AbstractCompiler* compiler, 363 AbstractCompiler* compiler,
364 int comp_level, 364 int comp_level,
365 bool has_unsafe_access); 365 bool has_unsafe_access,
366 bool has_wide_vectors);
366 367
367 368
368 // Access to certain well known ciObjects. 369 // Access to certain well known ciObjects.
369 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \ 370 #define WK_KLASS_FUNC(name, ignore_s, ignore_o) \
370 ciInstanceKlass* name() { \ 371 ciInstanceKlass* name() { \