FreeBSD Bugzilla – Attachment 212575 Details for
Bug 244947
java/openjdk12: Fails to build on on 13.0-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp
patch-src_hotspot_share_gc_shenandoah_c1_shenandoahBarrierSetC1.hpp (text/plain), 692 bytes, created by
Trond Endrestøl
on 2020-03-21 11:27:21 UTC
(
hide
)
Description:
Patch for src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2020-03-21 11:27:21 UTC
Size:
692 bytes
patch
obsolete
>--- src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp 2019-09-19 23:44:40.000000000 +0200 >+++ src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp 2020-03-21 11:34:08.979127000 +0100 >@@ -147,7 +147,8 @@ > assert(_addr->is_valid(), "used"); > assert(_cmp_value->is_valid(), "used"); > assert(_new_value->is_valid(), "used"); >- if (_info) state->do_info(_info); >+ if (_info) { state->do_info(_info); >+ } > state->do_input(_addr); > state->do_temp(_addr); > state->do_input(_cmp_value);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244947
:
212572
|
212573
|
212574
|
212575
|
212576
|
212819