mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-13 08:30:45 +00:00
8145408: com/sun/jdi/BreakpointWithFullGC.sh Required output "Full GC" not found
Modified the test so it correctly parses the new debug output Reviewed-by: jbachorik
This commit is contained in:
parent
c19bf5ef49
commit
c0cbd031f0
@ -121,7 +121,8 @@ jdbFailIfNotPresent 'System\..*bottom of loop'
|
||||
jdbFailIfNotPresent 'System\..*end of test'
|
||||
|
||||
# make sure we had at least one full GC
|
||||
debuggeeFailIfNotPresent 'Full GC'
|
||||
# Prior to JDK9-B95, the pattern was 'Full GC'
|
||||
debuggeeMatchRegexp '^.*?\bPause Full\b\(System.gc\(\)\)\b.*?$'
|
||||
|
||||
# check for error message due to thread ID change
|
||||
debuggeeFailIfPresent \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user