Integrated: 8262110: DST starts from incorrect time in 2038

2021-03-26 Thread Naoto Sato
On Tue, 23 Mar 2021 23:38:28 GMT, Naoto Sato wrote: > Please review the fix to the DST transition bug after the year 2037. The > logic had the side effect that it adjusted the dst offset every time the > method `getOffsets()` is issued. Only adjust the offset when issued with wall > time. Thi

Integrated: 8189198: Add "forRemoval = true" to Applet API deprecations

2021-03-26 Thread Andy Herrick
On Wed, 10 Mar 2021 18:33:37 GMT, Andy Herrick wrote: > implementation of > JDK-8256145: JEP 398: Deprecate the Applet API for Removal This pull request has now been integrated. Changeset: 57115fa2 Author:Andy Herrick URL: https://git.openjdk.java.net/jdk/commit/57115fa2 Stats: 7

Re: RFR: 8262110: DST starts from incorrect time in 2038

2021-03-26 Thread Roger Riggs
On Tue, 23 Mar 2021 23:38:28 GMT, Naoto Sato wrote: > Please review the fix to the DST transition bug after the year 2037. The > logic had the side effect that it adjusted the dst offset every time the > method `getOffsets()` is issued. Only adjust the offset when issued with wall > time. Mar