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

Test vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded004/TestDescription.java failed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • core-svc

      ----------System.out:(42/2868)----------
      [3:35:52.249] MemoryMonitor > Test mode: access to MBean through proxy
      [3:35:52.605] MemoryMonitor > MBeanServer: DEFAULT
      [3:35:59.477] MemoryMonitor > Memory: heap (This setting is used in lowmem* tests only)
      [3:35:59.477] MemoryMonitor > Monitoring: notification (This setting is used in lowmem* tests only)
      [3:35:59.477] MemoryMonitor > Threshold: usage (This setting is used in lowmem* tests only)
      [3:35:59.511] MemoryMonitor > Timeout: 30 (This setting is used in lowmem* tests only)
      [3:35:59.917] 0 pool Metaspace
      [3:35:59.984] does not support collection usage thresholds
      [3:36:0.26] UnsupportedOperationException is thrown
      [3:36:0.46] 1 pool PS Old Gen
      [3:36:0.46] supports collection usage thresholds
      [3:36:0.299] setting threshold 1 init = 28311552(27648K) used = 0(0K) committed = 0(0K) max = 576192512(562688K)
      [3:36:0.530] threshold 1 is set, (used = 0, isExceeded = false)
      [3:36:0.539] used value (0) did not cross the threshold value (1)
      [3:36:0.539] 2 pool Compressed Class Space
      [3:36:0.539] does not support collection usage thresholds
      [3:36:0.544] UnsupportedOperationException is thrown
      [3:36:0.544] 3 pool CodeCache
      [3:36:0.544] does not support collection usage thresholds
      [3:36:0.544] UnsupportedOperationException is thrown
      [3:36:0.544] 4 pool PS Survivor Space
      [3:36:0.544] supports collection usage thresholds
      [3:36:0.546] setting threshold 1 init = 1572864(1536K) used = 0(0K) committed = 0(0K) max = 1572864(1536K)
      [3:36:0.548] threshold 1 is set, (used = 0, isExceeded = false)
      [3:36:0.590] used value (0) did not cross the threshold value (1)
      [3:36:0.619] # ERROR: isCollectionUsageThresholdExceeded() returned true, while threshold = 1 and used = 0
      The following stacktrace is for failure analysis.
      nsk.share.TestFailure: isCollectionUsageThresholdExceeded() returned true, while threshold = 1 and used = 0
      at nsk.share.Log.logExceptionForFailureAnalysis(Log.java:309)
      at nsk.share.Log.complain(Log.java:280)
      at nsk.monitoring.MemoryPoolMBean.isCollectionUsageThresholdExceeded.isexceeded001.run(isexceeded001.java:140)
      at nsk.monitoring.MemoryPoolMBean.isCollectionUsageThresholdExceeded.isexceeded001.main(isexceeded001.java:37)
      at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
      at java.base/java.lang.reflect.Method.invoke(Method.java:565)
      at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
      at java.base/java.lang.Thread.run(Thread.java:1474)
      [3:36:0.827] 5 pool PS Eden Space
      [3:36:0.827] supports collection usage thresholds
      [3:36:0.827] setting threshold 1 init = 10485760(10240K) used = 0(0K) committed = 20971520(20480K) max = 284688384(278016K)
      [3:36:0.827] threshold 1 is set, (used = 0, isExceeded = false)
      [3:36:0.827] used value (0) did not cross the threshold value (1)
      TEST FAILED

            Unassigned Unassigned
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: