Hi,
I upgraded Java 8 from u251 to u261 on windows server 2012 R2.
On launching UI (which is written in Javaw). The UI opens and gets crashed.
After checking the Event Viewer logs, I see below logs
Faulting application name: javaw.exe, version: 8.0.2710.9, time stamp: 0x5f626874
Faulting module name: clr.dll, version: 4.8.4261.0, time stamp: 0x5f4ff3f8
Exception code: 0xc0000005
Fault offset: 0x00000000001c5247
Faulting process id: 0x794
Faulting application start time: 0x01d6e961cc6eb2e9
Faulting application path: C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 171a033b-5555-11eb-817c-241c04005848
Faulting package full name:
Faulting package-relative application ID:
I have installed v4.0.30319 .NET framework. And this issue is also observed on Java 8u271.
On Java 8u251 it works fine