Re: awt_Robot.c : format string contains '\0' within the string body

2019-07-19 Thread Sergey Bylokhov
Hi, Matthias. I think it is unneeded and can be removed. - matthias.baes...@sap.com wrote: > > > Hello, is there a special reason to put a '\0' at the end of the “atom_name” - parameter of the XInternAtom call in isXCompositeDisplay ? jdk/src/java.desktop/unix/native/libawt_xaw

Re: 8227919: 8213232 causes crashes on solaris sparc64

2019-07-19 Thread Vladimir Kempik
Hello I’m probably missing something about XIM on X side here, using ssh -X from ubuntu(with Xserver) to solaris11 sparc64 machine the output is fevent = 0x3 topwindow = 0x381, window = 0x382 ClientMessage is received WM_TAKE_FOCUS is received, window=0x382, timestamp=3262503 XSetInp

8227919: 8213232 causes crashes on solaris sparc64

2019-07-19 Thread Ichiroh Takiguchi
Hello. I need Solaris 64bit SPARC desktop user volunteer for jdk-8227919 [1] Please follow the steps: 1. Download xim_root.c [2] and compile it on Solaris 64bit SPARC 2. Run xim_root on desktop 3. Move input focus to XIM demo window 4. Press Ctrl key and Press Right mouse button Please put the

awt_Robot.c : format string contains '\0' within the string body

2019-07-19 Thread Baesken, Matthias
Hello, is there a special reason to put a '\0' at the end of the "atom_name" - parameter of the XInternAtom call in isXCompositeDisplay ? jdk/src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c : static jboolean isXCompositeDisplay(Display *display, int screenNumber) { char

Re: RFR : 8227737: avoid implicit-function-declaration on AIX

2019-07-19 Thread Baesken, Matthias
Thanks for the additional review ! Best regards, Matthias From: Lindenmaier, Goetz Sent: Freitag, 19. Juli 2019 09:33 To: Baesken, Matthias ; Schmidt, Lutz ; Doerr, Martin Subject: RE: RFR : 8227737: avoid implicit-function-declaration on AIX Hi Matthias, This looks good, thanks for doing th