Matthias Bäsken
Matthias Bäsken
Hi, are you aware of the registry entries we already have? https://github.com/SAP/SapMachine-infrastructure/blob/master/wix-templates/SapMachine.jdk.wxs.template#L51 Reusing the proposed JavaSoft entries is a bit controversial because we might clash with other peoples software, this...
We plan to codesign the SapMachine msi files in the future, but currently I cannot give an exact date when this will be available.
Hi Mandy, Martin, Alan - thanks for the reviews !
There might be some related changes in tzdata2022b . Please see http://mm.icann.org/pipermail/tz-announce/2022-August/000071.html ; this would correspond to 11.0.17 and mentions changes to previous timestamps. Regarding your snippet not sure where...
We recently added signing of the Windows jdk and jre MSI files for SapMachine 20. We plan to do signing as well for the SapMachine 11 and 17 MSI files...
Maybe add a simple '-help' output to the leanjcmd to educate the user about the difference to the 'good' old Java based jcmd?
> @MBaesken found 2 more locations in jvmti that need switching to `WXWrite` > > JvmtiExport::get_jvmti_interface GetCarrierThread > > Both use `ThreadInVMfromNative`. Should we address those 2 more findings in...
I noticed a few more asserts (assert(_wx_state == expected) failed: wrong state) in the jfr area (jdk tier3 jfr tests). E.g. ``` V [libjvm.dylib+0x8a5d94] JavaThread::check_for_valid_safepoint_state()+0x0 V [libjvm.dylib+0x3e95b4] ThreadStateTransition::transition_from_native(JavaThread*, JavaThreadState, bool)+0x174...
> > > @MBaesken found 2 more locations in jvmti that need switching to `WXWrite` > > > ``` > > > JvmtiExport::get_jvmti_interface > > > GetCarrierThread > > >...