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

os::write_memory_serialize_page need a explicit handler in thread native transition

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 5.0u3
    • hotspot
    • b60
    • x86
    • windows_xp

        When JVM issues write_memroy_serialize_page, an access violation will be generated then handled by exception filter handler, but if customer has JNI code and use MS C++ like
        try {
          // java method invoke
          // others
        }
        catch(...) {
          // user handling code
        }
        When this fault happens in the try block, it will be caught in user handling block and usually user has no idea what this fault is so the process messed up, terminated. An explicit handling needed in JVM so user code will not catch it.

        See bug 5075546 and 6305157 for details.

              nigottiorcl Nikolay Igotti (Inactive)
              minqi Yumin Qi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: