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

crash in get_ctrl_no_update()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3 P3
    • None
    • 6u10
    • hotspot
    • x86
    • windows_xp

      there is another website for reporting these, but I thought the attachment
      would work better here. This is the third time within a week this has happened.

      Thought maybe it was 6703556, so tried -XX:-PartialPeelLoop, and this got them
      almost a week of bless. But it has happened again.

      --------
      void releaseResources(Request request) {
      for (int i = 0; i < request.getResourceCount(); i++) {
      if (LogManager.isLoggable(Level.DEBUG_5))
      LogManager.log("Releasing resource: " + i,Level.DEBUG_5);
      Resource resource = request.getResource(i);
      if (LogManager.isLoggable(Level.DEBUG_5))
      LogManager.log("Releasing resource: " + resource,Level.DEBUG_5);
      if (resource != null) {
      ResourceInformation type = resource.getResourceInformation();
      if (LogManager.isLoggable(Level.DEBUG_5))
      LogManager.log("Releasing resource of type: " + type,Level.DEBUG_5);
      RequestQueue queue = getQueue(type);
      release(request,queue,resource);
      }
      }
      Resource resource = request.getThreadResource();
      if (resource != null) {
      ResourceInformation type = resource.getResourceInformation();
      RequestQueue queue = getQueue(type);
      release(request,queue,resource);
      }
      }

      See sack dump info

            Unassigned Unassigned
            tyao Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: