Loading... (original) (raw)

Uploaded image for project: 'JDK'

  1. JDK
  2. JDK-8151603

Use error stream instead of tty for logging before ShouldNotReachHere()

Some code dumps information on tty before calling ShouldNotReachHere(). With the new logging framework it makes sense to move this to the error stream.