com.google.zxing.client.j2se.GUIRunner opens a very basic Swing window. On OpenJDK 11 / macOS it enters into a deadlock because the window is opened in the main thread and not in the Event Queue ...