-
Bug
-
Resolution: Fixed
-
P3
-
22
-
None
When allocating UpcallStubs in the code cache in UpcallStub::create, the new expression can potentially return nullptr when the code cache is full.
For RuntimeStubs, which we use for FFM downcalls, this results in a fatal error. We should also handle this case explicitly in UpcallStub::create
For RuntimeStubs, which we use for FFM downcalls, this results in a fatal error. We should also handle this case explicitly in UpcallStub::create
- relates to
-
JDK-8321400 java/foreign/TestStubAllocFailure.java fails with code cache exhaustion
-
- Resolved
-
-
JDK-8318653 UpcallTestHelper::runInNewProcess waits for forked process without timeout
-
- Resolved
-