Kumar Srinivasan
4400cbde3b
8179415: Update java.management and java.management.rmi to be HTML-5 friendly
...
Reviewed-by: mchung
2017-05-01 07:33:19 -07:00
Alexandre Iline
7ebbf0f840
8179457: Remove demo/jvmti tests
...
Reviewed-by: iignatyev, sspitsyn
2017-04-28 17:21:28 -07:00
Brian Burkhalter
db8bc54f61
8179452: Remove intermittent key from some tests which appear no longer to fail
...
Remove "intermittent" key
Reviewed-by: alanb, lancea, darcy
2017-04-28 16:14:57 -07:00
Stuart Marks
cb05e8ea85
8150488: Scanner.findAll() can return infinite stream if regex matches zero chars
...
Reviewed-by: sherman
2017-04-28 12:16:30 -07:00
Michael McMahon
b0ddb372f0
8175814: Update default HttpClient protocol version and optional request version
...
Reviewed-by: chegar, dfuchs
2017-04-28 14:16:33 +01:00
Vyom Tewari
137cf298d6
8178298: (LdapLoginModule)fix the JNDI properties technote
...
Reviewed-by: chegar
2017-04-28 16:51:56 +05:30
Jonathan Gibbons
7f3d5dc40b
8179413: Fix remaining minor HTML5 issues in java.base module
...
Reviewed-by: darcy, lancea
2017-04-27 17:43:13 -07:00
Weijun Wang
92be0f840a
8179369: src/java.security.jgss/share/classes/org/ietf/jgss/package.html should be HTML5-friendly
...
Reviewed-by: xuelei, mullan
2017-04-28 06:45:21 +08:00
Lana Steuck
4573808948
Merge
2017-04-27 21:16:47 +00:00
Phil Race
821e71f0cc
8179365: JAWT (AWT Native Interface) specification needs to be updated for JDK 9
...
Reviewed-by: serb, ssadetsky
2017-04-27 14:07:38 -07:00
Doug Simon
3a3040f1c9
8177845: Need a mechanism to load Graal
...
Reviewed-by: kvn, mchung
2017-04-27 13:07:23 -07:00
Jonathan Gibbons
bd1ab99c87
8179370: Replace use of <tt>, <center> and <font> tags in java.base
...
Reviewed-by: darcy, alanb, mchung
2017-04-27 09:47:40 -07:00
Lana Steuck
d392cb0831
Added tag jdk-9+167 for changeset 73fd39e0702e
2017-04-27 16:07:58 +00:00
Semyon Sadetsky
6b94197909
8140237: [TEST_BUG]Test javax/swing/plaf/nimbus/8041642/bug8041642.java fails for OEL 7
...
Reviewed-by: alexsch
2017-04-27 08:49:23 -07:00
Semyon Sadetsky
36d2ae5ce8
8179027: JComboBox too small under Windows LAF
...
Reviewed-by: prr, alexsch
2017-04-27 08:27:25 -07:00
Chris Hegarty
58851308ab
8179392: Fix warnings in the httpclient javadoc
...
Reviewed-by: dfuchs
2017-04-27 12:38:21 +01:00
Shafi Ahmad
15d2a8831a
8177721: Improve diagnostics in sun.management.Agent#startAgent()
...
Reviewed-by: dfuchs, dholmes, poonam
2017-04-27 00:08:24 -07:00
Lana Steuck
cd64b6609e
Added tag jdk-10+2 for changeset 7def1842c506
2017-04-27 05:31:50 +00:00
Jonathan Gibbons
2c7e41e237
8179367: update use of align, valign attributes in java.base to use style attribute
...
Reviewed-by: martin, mchung
2017-04-26 16:05:55 -07:00
Brian Burkhalter
0f54324cd4
8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
...
Add some instrumentation to help diagnosing 8166060
Reviewed-by: amlu, dfuchs, rriggs
2017-04-26 14:03:02 -07:00
Jonathan Gibbons
1838d55322
8179364: update "<a name=" in java.base module to use id attribute
...
Reviewed-by: darcy
2017-04-26 13:38:21 -07:00
Naoto Sato
f0d6ffcccc
8178412: Doc link updates for i18n
...
Reviewed-by: ksrini
2017-04-26 09:37:23 -07:00
Magnus Ihse Bursie
4a991d0b84
8178042: Allow custom taglets
...
Reviewed-by: erikj, mchung
2017-04-26 14:35:05 +02:00
Daniel Fuchs
f9ad6da8b5
8179273: sun.net.httpserver.LeftOverInputStream should stop attempting to drain the stream when the server is stopped
...
Reviewed-by: chegar
2017-04-26 11:10:54 +01:00
Sharath Ballal
bbd1ecb6b7
8030750: SA: Alternate hashing not implemented
...
Implement alternate hashing in SA
Reviewed-by: dsamersoff
2017-04-26 15:01:43 +05:30
Kumar Srinivasan
021dfd0a66
8178725: provide way to link to external documentation
...
Reviewed-by: erikj, ihse, jjg
2017-04-25 07:52:03 -07:00
Mandy Chung
b52f472fcf
8179025: Exclude deployment modules from FieldSetAccessibleTest.java and VerifyJimage.java
...
Reviewed-by: alanb
2017-04-25 09:09:19 -07:00
Chris Hegarty
c122be4029
8158270: MulticastSendReceiveTests.java failed with "Expected message not received"
...
Reviewed-by: alanb
2017-04-25 14:46:43 +01:00
Daniel Fuchs
0d2a897c3e
8179222: SimpleConsoleLogger should protect against MissingResourceException
...
SimpleConsoleLogger now emulates the behaviour of java.util.logging.Formatter, trapping MissingResourceException and using the key as the message if the ResourceBundle has no match for that key.
Reviewed-by: naoto
2017-04-25 11:54:34 +01:00
Lana Steuck
ad5d2c6b53
Merge
2017-04-25 08:19:35 +00:00
Lana Steuck
61aea51498
Added tag jdk-10+1 for changeset 3a409afd3f86
2017-04-25 07:38:50 +00:00
Ujwal Vangapally
bb9b96b97e
8130084: javax/management/MBeanServer/NotifDeadlockTest.java timed out
...
Changed 2 seconds timeout for deadlock to JTREG default timeout
Reviewed-by: dholmes, dfuchs
2017-04-25 12:22:48 +05:30
Phil Race
0fdde7e7b8
Merge
2017-04-24 10:49:43 -07:00
Semyon Sadetsky
7e67ffbd41
8178905: Undecorated frame is not painted on OEL7(Gnome3)
...
Reviewed-by: prr, serb
2017-04-24 07:10:37 -07:00
Sergey Bylokhov
c6274c7aa2
8178971: Uncommon formatting and typos in java.desktop module
...
Reviewed-by: prr, ssadetsky
2017-04-24 15:15:55 +03:00
Amy Lu
ffed03c6d9
8174171: Move spliterator testing of BitSet into big memory tests BitSetStreamTest
...
Reviewed-by: mli, psandoz
2017-04-24 13:43:34 +08:00
Magnus Ihse Bursie
d58ce97583
8178037: Move information from jdi-overview.html into jdk.jdi module-info.java
...
Reviewed-by: erikj, alanb, mchung, dholmes
2017-04-23 21:39:48 +02:00
Magnus Ihse Bursie
53c66b282c
8179022: Add serialization spec as markdown
...
Reviewed-by: erikj, mchung, rriggs
2017-04-23 21:33:29 +02:00
Magnus Ihse Bursie
93fe9a1c0f
8178316: Add JVM-MANAGEMENT-MIB.mib to jdk/src/java.management/share/specs/
...
Reviewed-by: erikj, mchung
2017-04-23 21:11:03 +02:00
Lana Steuck
9d2c7ad695
Merge
2017-04-22 00:22:08 +00:00
Ivan Gerasimov
cb14cec930
8179086: java.time.temporal.ValueRange has poor hashCode()
...
Reviewed-by: rriggs
2017-04-21 11:40:21 -07:00
Pavel Rappo
83ca4d9575
8177738: Runtime.Version must be a value-based class
...
8148822: (spec) Regex in Runtime.Version and JEP 223 should match
8160954: (spec) Runtime.Version regex and $PRE/$OPT issues
8148877: (spec) Specify when an empty '+' is required in a version string
Co-authored-by: Iris Clark <iris.clark@oracle.com>
Reviewed-by: psandoz, rriggs
2017-04-21 19:13:47 +01:00
Andrey Nazarov
ca5924c51b
Merge
2017-04-20 22:46:22 -07:00
Andrey Nazarov
e80b3298cd
8178323: Add negative tests for bind services Jlink feature
...
Reviewed-by: mchung
2017-04-20 22:46:07 -07:00
Lana Steuck
8623de4a10
Merge
2017-04-21 03:34:11 +00:00
Mandy Chung
7233c14a5d
8179035: Include tool modules in unified docs
...
Reviewed-by: lancea
2017-04-20 15:06:40 -07:00
Naoto Sato
e4e2e277fc
8178823: Unable to initialize HijrahCalendar: Hijrah-umalqura when running with a security manager
...
Reviewed-by: lancea, rriggs
2017-04-20 14:09:35 -07:00
Stuart Marks
d87636bed7
8167981: Optional: add notes explaining intended use
...
Reviewed-by: martin, psandoz
2017-04-20 11:40:57 -07:00
Lana Steuck
ccfd6c0887
Added tag jdk-9+166 for changeset 86328fca16ae
2017-04-20 18:14:05 +00:00
Phil Race
c629c3c1d6
Merge
2017-04-20 11:06:28 -07:00