Re: Proposal to add JavaScript platform to jpackage

2021-04-24 Thread Scott Palmer
This doesn’t seem like something that should be the job of jpackage. The jpackage tool is currently used for producing platform-specific packages or installers targeted at end-users that include native launchers and a JRE. Web-based applications are an entirely different beast. This seems

Proposal to add JavaScript platform to jpackage

2021-04-24 Thread Andrew Oliver
Below is a Java Enhancement Proposal for your consideration to add JavaScript to jpackage as a new target platform. I would appreciate feedback on the proposal contents. I am also interested in learning about the process, specifically what approvals are required prior to start of implementation,

RFR: 8254598: StringDedupTable should use OopStorage

2021-04-24 Thread Kim Barrett
Please review this change to the String Deduplication facility. It is being changed to use OopStorage to hold weak references to relevant objects, rather than bespoke data structures requiring dedicated processing phases by supporting GCs. (The Shenandoah update was contributed by Zhengyu Gu.)