-
Enhancement
-
Resolution: Unresolved
-
P4
-
23
-
None
Currently the awt library is loaded in various places.
E.g. this search shows 19 hits at the moment: https://github.com/search?q=repo%3Aopenjdk%2Fjdk%20System.loadLibrary(%22awt%22)&type=code
It would probably make sense to let all these go through a single, central place to make sure that initialization code is only executed once.
E.g. this search shows 19 hits at the moment: https://github.com/search?q=repo%3Aopenjdk%2Fjdk%20System.loadLibrary(%22awt%22)&type=code
It would probably make sense to let all these go through a single, central place to make sure that initialization code is only executed once.