[New Bug] [aarch64] [hotspot] src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp

David Holmes david.holmes at oracle.com
Sat Oct 29 15:31:09 UTC 2016


Hi Daniel,

On 29/10/2016 12:35 AM, Daniel Stewart wrote:
> I'm new to OpenJDK and not sure where to send this, so I thought I'd start
> with this list.

Hotspot issues should go to hotspot-dev (cc'd for reference), or if you 
know the sub-area to hotspot-runtime-dev, or hotspot-compiler-dev etc.

> There is a bug that occurred 3 days ago in the jdk9/dev branch
> in src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp. I am doing
> nightly aarch64 builds of jdk9/dev branch and started seeing it 3 days ago.
> This bug does not appear in the jdk9/hs branch.
>
> The actual changeset that appears to have caused the issue is 12188. I've
> included a simple fix below, as this is simply a matter of a missing
> #endif.

This is already fixed in the jdk9/hs repo. It is unfortunate that the 
breakage was allowed to escape. The fix should appear in jdk9/dev early 
this week.

http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/95c6654fa2ee

Cheers,
David

> Thanks and my apologies if this is the wrong mailing list.
>
> Daniel Stewart
>
> --
>
> diff -r c30b6e2d2ec4
> src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp
> --- a/src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp       Thu
> Oct 27 21:22:32 2016 +0000
> +++ b/src/cpu/aarch64/vm/templateInterpreterGenerator_aarch64.cpp       Fri
> Oct 28 14:33:28 2016 +0000
> @@ -476,6 +476,7 @@
>      }
>  #endif
>    }
> +#endif
>    // handle exceptions
>    {
>      Label L;
>


More information about the hotspot-dev mailing list