src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

changeset 1648
6deeaebad47a
parent 1495
323bd24c6520
child 1651
7f8790caccb0
     1.1 --- a/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Wed Jan 27 22:38:37 2010 -0800
     1.2 +++ b/src/cpu/x86/vm/c1_LIRAssembler_x86.cpp	Mon Feb 01 17:35:05 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2000-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -442,7 +442,7 @@
    1.11  
    1.12    // if the method does not have an exception handler, then there is
    1.13    // no reason to search for one
    1.14 -  if (compilation()->has_exception_handlers() || compilation()->env()->jvmti_can_post_exceptions()) {
    1.15 +  if (compilation()->has_exception_handlers() || compilation()->env()->jvmti_can_post_on_exceptions()) {
    1.16      // the exception oop and pc are in rax, and rdx
    1.17      // no other registers need to be preserved, so invalidate them
    1.18      __ invalidate_registers(false, true, true, false, true, true);

mercurial