RFR: 8258839: Remove JVM option ExitVMOnVerifyError [v3]

Daniel D.Daugherty dcubed at openjdk.java.net
Wed Dec 23 20:38:12 UTC 2020


On Wed, 23 Dec 2020 20:13:30 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> src/hotspot/share/jvmci/jvmciRuntime.cpp line 261:
>> 
>>> 259:   }
>>> 260: #ifdef ASSERT
>>> 261:   assert(exception.not_null(), "NULL exceptions should be handled by throw_exception");
>> 
>> The "#fdef ASSERT" can be deleted.
>
> deleted

This one is not yet fixed.

>> src/hotspot/share/jvmci/jvmciRuntime.cpp line 267:
>> 
>>> 265:          "Exception not subclass of Throwable");
>>> 266: #endif
>>> 267: 
>> 
>> The "#endif" can be deleted.
>
> deleted

This one is not yet fixed.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1882


More information about the hotspot-dev mailing list