provide the new memory.dmp file.
do you know why java was trying to setup ?
javaw.exe was the running process (java run time environment)
you should also update to the current bios version.
they contain patches for known cpu security issues.
right after you reboot
you might also start cmd.exe as an admin then run
net.exe stop "plug and play"
see if prevents the bugcheck.
net.exe start "plug and play"
or rebooting will turn it back on.
---------
you might also have some issue with another device.
PnpProblemCode : 24
DeviceId : SWD\MMDEVAPI\{0.0.0.00000000}.{a37b5c6b-6787-4eac-9f21-c3c9502b16ec}
I am not sure what it is, i think it is a audio device mmdevapi is for multimedia devices.
if you do not use the sound device provided by the motherboard, you should go into the bios and disable the hardware. if you do use it then you should go to the motherboard vendors website and download the current sound driver for the motherboard. Then go to windows control panel device manager and look at the sound devices and confirm that there are not any setup warnings. You might disable any sound device that you do not currently have a speaker connected to. Old motherboard sound drivers had a bug where they would respond to other sound request that did not belong to them.
-----------
you also have a bunch of devices that are connected to your usb subsystem that are waiting for a wake up signal
your system has only been running for 18 mins. you might want to go in to windows control panel and set your system to run in high performance mode until you figure out the cause of this bugcheck.
or you can go into windows control panel device manager, find each USB port, right mouse click to bring up properties then find the power management tab and unselect the option that lets windows power down the device. you would have to do this for each port, and maybe do the same for the usb items in the human inderface device list.
to get them to work correctly, you would have to update the bios and the motherboard chipset drivers and any usb 3 drivers
------------
looks like your storage controller also went to sleep.
be sure to update the asmedia sata drivers from your motherboard vendors website.
(setting the system to high performance mode will prevent sleep)
not sure if this is related to the bugcheck. I would turn off the sleep functions until the bugcheck is resolved.
------------
you might start cmd.exe then run
powercfg.exe /energy
or
powercfg.exe /sleepstudy
Powercfg command-line options | Microsoft Docs
then look at the reports to see if it flags anything bad with devices on your system.
(useful for finding out the cause of sleep issues)