RFR: 8258839: Remove JVM option ExitVMOnVerifyError [v2]
Harold Seigel
hseigel at openjdk.java.net
Wed Dec 23 20:17:02 UTC 2020
On Wed, 23 Dec 2020 18:22:14 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8258839 Remove JVM option ExitVMOnVerifyError
>
> src/hotspot/share/c1/c1_Runtime1.cpp line 539:
>
>> 537: "Exception not subclass of Throwable");
>> 538: #endif
>> 539:
>
> The "#endif" can be deleted.
deleted
> src/hotspot/share/c1/c1_Runtime1.cpp line 534:
>
>> 532: }
>> 533: #ifdef ASSERT
>> 534: assert(exception.not_null(), "NULL exceptions should be handled by throw_exception");
>
> The "#ifdef ASSERT" can be deleted.
deleted
> 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
> src/hotspot/share/jvmci/jvmciRuntime.cpp line 267:
>
>> 265: "Exception not subclass of Throwable");
>> 266: #endif
>> 267:
>
> The "#endif" can be deleted.
deleted
-------------
PR: https://git.openjdk.java.net/jdk/pull/1882
More information about the hotspot-dev
mailing list