[jdk24] Integrated: 8345818: Fix SM cleanup of parsing of System property resource.bundle.debug

2024-12-12 Thread Roger Riggs
On Tue, 10 Dec 2024 15:31:08 GMT, Roger Riggs wrote: > Backport this trivial fix to parsing of the system property > "resource.bundle.debug" to jdk24. This pull request has now been integrated. Changeset: 3b53ed7f Author:Roger Riggs URL: https://git.openjdk.org/jdk/commit/3b53ed7fb

Integrated: 8345818: Fix SM cleanup of parsing of System property resource.bundle.debug

2024-12-10 Thread Roger Riggs
On Mon, 9 Dec 2024 17:22:14 GMT, Roger Riggs wrote: > Replace broken getProperty with Boolean.getBoolean. > > Manual testing confirms trace messages are enabled with > `-Dresource.bundle.debug=true` This pull request has now been integrated. Changeset: 4f855d13 Author:Roger Riggs URL: