Re: RFR: 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X

2021-03-19 Thread Sergey Bylokhov
On Fri, 19 Mar 2021 23:10:46 GMT, Alexander Zuev wrote: > 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X src/java.desktop/macosx/native/libawt_lwawt/awt/JavaComponentAccessibility.m line 1459: > 1457: { > 1458: JNIEnv *env = [ThreadUtilities getJNIEnv]; > 1459:

Re: RFR: 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X

2021-03-19 Thread Alexander Zvegintsev
On Fri, 19 Mar 2021 23:10:46 GMT, Alexander Zuev wrote: > 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X Since there is no test, I assume that the JBS issue should have `noreg-hard` label. - Marked as reviewed by azvegint (Reviewer). PR:

RFR: 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X

2021-03-19 Thread Alexander Zuev
8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X - Commit messages: - 8263846: Bad JNI lookup getFocusOwner in accessibility code on Mac OS X Changes: https://git.openjdk.java.net/jdk/pull/3099/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk=3099=00

Integrated: 8247370: Clean up unused printing code in awt_PrintJob.cpp

2021-03-19 Thread Phil Race
On Thu, 18 Mar 2021 22:59:57 GMT, Phil Race wrote: > This removes a long time un-used code path. This pull request has now been integrated. Changeset: d41f7512 Author:Phil Race URL: https://git.openjdk.java.net/jdk/commit/d41f7512 Stats: 29 lines in 1 file changed: 0 ins; 19

Re: RFR: 8247370: Clean up unused printing code in awt_PrintJob.cpp

2021-03-19 Thread Phil Race
On Fri, 19 Mar 2021 04:45:46 GMT, Prasanta Sadhukhan wrote: > Maybe we should put noreg-cleanup in JBS. done - PR: https://git.openjdk.java.net/jdk/pull/3083

libfontmanager.so: undefined symbol: hb_font_destroy in openjdk17~14

2021-03-19 Thread mc36
hi, just upgraded from openjdk17~11 to openjdk17~14 (https://packages.debian.org/sid/main/openjdk-17-jdk) on my debian sid. i quickly noticed that something is wrong so i ended up with the below sample app. i'm not a big c coder so all i was able to do is that i got the libharfbuzz sourcesĀ