Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4315284

assert(is_native() && bci == 0 || 0 <= bci && bci < code_size(), "illegal bci")

XMLWordPrintable

    • gc
    • sparc
    • solaris_7



      Name: icC57033 Date: 02/24/2000


      The Hotspot VM 1.3.0rc1-U for Solaris fails the test
      nsk/jvmdi/ClearBreakpoint/clrbrk004
      from
      testbase_nsk

      To reproduce the bug run Korn shell script
      doit.ksh <jdk_root_directory>
      in
      /net/sqesvr/vsn/GammaBase/Bugs/<this bug number>

      The script produces the output:
      java version "1.3.0rc1"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-U)
      Java HotSpot(TM) Client VM (build 1.3.0rc1-U, interpreted mode)
      -------------------------- java ---------------------------------
      Setting clrbrk004_EventHook as event hook.
      ######## JVMDI_EVENT_VM_INIT ########
      ____ Set breakpoint ____
      clazzname=clrbrk004a
      methodname=trial1
      methodsig=()I
      location=0
      java.lang.OutOfMemoryError
      ____ Clear breakpoint ____
      clazzname=clrbrk004a
      methodname=trial1
      methodsig=()I
      location=0
      ######## JVMDI_EVENT_VM_DEATH ########
      exit 95
      -------------------------- java_g -------------------------------
      Setting clrbrk004_EventHook as event hook.
      ######## JVMDI_EVENT_VM_INIT ########
      ____ Set breakpoint ____
      clazzname=clrbrk004a
      methodname=trial1
      methodsig=()I
      location=0
      #
      # HotSpot Virtual Machine Error, assertion failure
      #
      # assert(is_native() && bci == 0 || 0 <= bci && bci < code_size(), "illegal bci")
      #
      # Error happened during: scavenge
      #
      # Error ID:
      /usr/re/hotsparc_client1.3/ws/solsparc/hotsparc_client1.3fcs/build/solaris/../../src/share/vm/oops/methodOop
      .cpp, 206 [ Patched ]
      #
      Dumping core....
      ./doit.ksh[48]: 4809 Abort
      exit 134
      -------------------------- java -classic ------------------------
      Setting clrbrk004_EventHook as event hook.
      ######## JVMDI_EVENT_VM_INIT ########
      ____ Set breakpoint ____
      clazzname=clrbrk004a
      methodname=trial1
      methodsig=()I
      location=0
      java.lang.OutOfMemoryError
      ____ Clear breakpoint ____
      clazzname=clrbrk004a
      methodname=trial1
      methodsig=()I
      location=0
      ######## JVMDI_EVENT_VM_DEATH ########
      exit 95

      ======================================================================

            jmasa Jon Masamitsu (Inactive)
            ichebykisunw Igor Chebykin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: