# HG changeset patch
# User serb
# Date 1527785552 25200
# Node ID 1ba28f0dbc339073c5e195b83c12697d2b7f5219
# Parent 2e0c4b2d567b3a269285827fedb378b041643634
8199150: Accessibility issues in java.desktop
8150156: Update bugs.sun.com references to bugs.java.com
Reviewed-by: prr
diff -r 2e0c4b2d567b -r 1ba28f0dbc33 src/java.desktop/share/classes/com/sun/beans/TypeResolver.java
--- a/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java Thu May 31 09:24:27 2018 -0700
+++ b/src/java.desktop/share/classes/com/sun/beans/TypeResolver.java Thu May 31 09:52:32 2018 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -324,7 +324,7 @@
/**
* Replaces a {@link GenericArrayType GenericArrayType}
* with plain array class where it is possible.
- * Bug 5041784
+ * Bug 5041784
* is that arrays of non-generic type sometimes show up
* as {@link GenericArrayType GenericArrayType} when using reflection.
* For example, a {@code String[]} might show up
diff -r 2e0c4b2d567b -r 1ba28f0dbc33 src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html
--- a/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html Thu May 31 09:24:27 2018 -0700
+++ b/src/java.desktop/share/classes/java/awt/doc-files/AWTThreadIssues.html Thu May 31 09:52:32 2018 -0700
@@ -5,7 +5,7 @@
AWT Threading Issues
-
+
AWT Threading Issues
@@ -121,7 +121,7 @@
Prior to 1.4, the helper threads were never terminated.
Starting with 1.4, the behavior has changed as a result of the fix for
-
+
4030718. With the current implementation, AWT terminates all its
helper threads allowing the application to exit cleanly when the
following three conditions are true:
@@ -154,11 +154,11 @@
- Other packages can create displayable components for internal
needs and never make them undisplayable. See
-
+
4515058,
-
+
4671025, and
-
+
4465537.
- Both Microsoft Windows and X11 allow an application to send native
events to windows that belong to another application. With this
@@ -192,5 +192,6 @@
The Java™ Virtual Machine Specification
guarantees
that the JVM doesn't exit until this thread terminates.
+