Re: RFR: 8299261: Clean up AWT D3D exports

2023-01-09 Thread Daniel Jeliński
On Thu, 22 Dec 2022 10:01:02 GMT, Daniel Jeliński wrote: > Please review this patch that removes unnecessary exports from awt.dll. > > The exports were introduced in e4c9db984fe1a3a9d06fb60e333e92df3b165454, and > as far as I could tell, they were never used; the exported functions are only >

Re: RFR: 8299261: Clean up AWT D3D exports

2023-01-09 Thread Alexey Ivanov
On Thu, 22 Dec 2022 10:01:02 GMT, Daniel Jeliński wrote: > Please review this patch that removes unnecessary exports from awt.dll. > > The exports were introduced in e4c9db984fe1a3a9d06fb60e333e92df3b165454, and > as far as I could tell, they were never used; the exported functions are only >

Re: RFR: 8299261: Clean up AWT D3D exports

2023-01-03 Thread Daniel Jeliński
On Thu, 22 Dec 2022 10:01:02 GMT, Daniel Jeliński wrote: > Please review this patch that removes unnecessary exports from awt.dll. > > The exports were introduced in e4c9db984fe1a3a9d06fb60e333e92df3b165454, and > as far as I could tell, they were never used; the exported functions are only >

Re: RFR: 8299261: Clean up AWT D3D exports

2022-12-22 Thread Sergey Bylokhov
On Thu, 22 Dec 2022 10:01:02 GMT, Daniel Jeliński wrote: > Please review this patch that removes unnecessary exports from awt.dll. > > The exports were introduced in e4c9db984fe1a3a9d06fb60e333e92df3b165454, and > as far as I could tell, they were never used; the exported functions are only >

RFR: 8299261: Clean up AWT D3D exports

2022-12-22 Thread Daniel Jeliński
Please review this patch that removes unnecessary exports from awt.dll. The exports were introduced in e4c9db984fe1a3a9d06fb60e333e92df3b165454, and as far as I could tell, they were never used; the exported functions are only used inside awt.dll. Verified that: - debug and release builds finis