8230373: Use java.io.Serial in generated exception types

Reviewed-by: erikj, alanb
This commit is contained in:
Joe Darcy 2019-08-31 09:18:40 -07:00
parent a72d25fcc7
commit 2399a8d764

View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# #
# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
@ -60,6 +60,7 @@ public `if [ ${ABSTRACT:-0} = 1 ];
extends ${SUPER} extends ${SUPER}
{ {
@java.io.Serial
private static final long serialVersionUID = $SVUID; private static final long serialVersionUID = $SVUID;
__END__ __END__