JDK-8180804 : com/sun/jdi/RedefineCrossEvent.java: timed out
  • Type: Bug
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2017-05-22
  • Updated: 2018-11-01
  • Resolved: 2018-11-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12Resolved
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
    ----------messages:(7/339)----------
command: driver FieldWatchpoints -redefstart -redefevent
reason: User specified action: run driver FieldWatchpoints -redefstart -redefevent 
Mode: othervm [test needs --add-modules]
Additional options from @modules: --add-modules java.corba,jdk.jdi
Timeout information:
--- Timeout information end.
elapsed time (seconds): 1980.025
----------configuration:(3/49)----------
Boot Layer
  add modules: java.corba jdk.jdi

----------System.out:(13/689)----------
vmOpts: ''
javaOpts: '-Xmixed -server -XX:+UseG1GC -XX:MaxRAMFraction=8 -XX:+CreateCoredumpOnCrash'
JVM version:9-internal
JDI version: 9.0
JVM description: Java Debug Interface (Reference Implementation) version 9.0 
Java Debug Wire Protocol (Reference Implementation) version 9.0
JVM Debug Interface version 9.0
JVM version 9-internal (Java HotSpot(TM) Server VM, mixed mode, sharing)
Field modified: ModificationWatchpoint@FieldWatchpointsDebugee:48 in thread main
Field modified: ModificationWatchpoint@FieldWatchpointsDebugee:49 in thread main
aField is: 11
Field accessed: AccessWatchpoint@FieldWatchpointsDebugee:54 in thread main
Timeout signalled after 1,920 seconds
----------System.err:(6/720)----------
[38ms] run args: [-redefstart, -redefevent, FieldWatchpointsDebugee]
[1489ms] Redefining class FieldWatchpointsDebugee (loaded by instance of jdk.internal.loader.ClassLoaders$AppClassLoader(id=69))
[1502ms] Redefining class FieldWatchpointsDebugee (loaded by instance of jdk.internal.loader.ClassLoaders$AppClassLoader(id=69))
[1537ms] Redefining class FieldWatchpointsDebugee (loaded by instance of jdk.internal.loader.ClassLoaders$AppClassLoader(id=69))
[1580ms] Redefining class FieldWatchpointsDebugee (loaded by instance of jdk.internal.loader.ClassLoaders$AppClassLoader(id=69))
[1591ms] Redefining class FieldWatchpointsDebugee (loaded by instance of jdk.internal.loader.ClassLoaders$AppClassLoader(id=69))
Comments
Resolved as a duplicate of JDK-8206330. This test has been on the problem list for several years. During the testing of the restored test, no timeout was observed.
01-11-2018

The StackOverflowError seems to be a red herring as this test forces a StackOverflowError to happen, and they purposely appear in the log. I don't see one that seems associated with the timeout.
11-10-2018