David Buck
|
a3e7f01f33
|
8208183: update HSDIS plugin license to UPL
Reviewed-by: simonis, adinn, jrose
|
2018-07-26 10:56:58 -04:00 |
|
Jonathan Gibbons
|
f0e9643542
|
8208227: tools/jdeps/DotFileTest.java fails on Win-X64
Reviewed-by: darcy
|
2018-07-25 17:26:35 -07:00 |
|
Joe Darcy
|
2517ca3937
|
8208200: Add missing periods to sentences in RoundEnvironment specs
Reviewed-by: jjg
|
2018-07-25 17:22:26 -07:00 |
|
Daniel D. Daugherty
|
691c332a70
|
8208226: ProblemList com/sun/jdi/BasicJDWPConnectionTest.java
Reviewed-by: sspitsyn
|
2018-07-25 17:22:25 -04:00 |
|
Joe Darcy
|
a29cd6d430
|
8208201: Update SourceVersion.RELEASE_11 docs to mention var for lambda param
Reviewed-by: jjg
|
2018-07-25 12:54:58 -07:00 |
|
Roman Kennke
|
ca473200b7
|
8204970: Remaing object comparisons need to use oopDesc::equals()
Reviewed-by: eosterlund, zgu
|
2018-07-25 21:47:40 +02:00 |
|
Daniel D. Daugherty
|
86629a36f0
|
8208205: ProblemList tests that fail due to 'Error attaching to process: Can't create thread_db agent!'
Reviewed-by: cjplummer
|
2018-07-25 15:38:37 -04:00 |
|
Jean Christophe Beyler
|
12bf1a20d0
|
8207765: HeapMonitorTest.java intermittent failure
Lower the interval rate and check GC objects too
Reviewed-by: dcubed, sspitsyn
|
2018-07-25 10:51:16 -07:00 |
|
Joe Darcy
|
ac5685e827
|
8190886: package-info handling in RoundEnvironment.getElementsAnnotatedWith
Reviewed-by: vromero, jlahoda
|
2018-07-25 12:32:59 -07:00 |
|
Daniel D. Daugherty
|
6602e30cec
|
8208189: ProblemList compiler/graalunit/JttThreadsTest.java
Reviewed-by: darcy
|
2018-07-25 12:32:06 -04:00 |
|
Chris Yin
|
30f22170ef
|
8198882: Add 10 JNDI tests to com/sun/jndi/dns/AttributeTests/
Reviewed-by: vtewari, rriggs
|
2018-07-25 11:03:07 +08:00 |
|
Alexandre Iline
|
ffc4cbe5da
|
8208157: requires.VMProps throws NPE for missing properties in "release" file
Reviewed-by: iignatyev, lancea
|
2018-07-24 08:58:32 -07:00 |
|
Jonathan Gibbons
|
955ce37d60
|
8207214: Broken links in JDK API serialized-form page
Reviewed-by: hannesw
|
2018-07-24 11:37:43 -07:00 |
|
Matthias Baesken
|
1dcf1dda27
|
8207941: javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java fails on machines without Arial font [testbug]
Reviewed-by: goetz, psadhukhan
|
2018-07-24 09:27:42 +02:00 |
|
Matthias Baesken
|
198715ae97
|
8207395: jar has issues with UNC-path arguments for the jar -C parameter [windows]
Reviewed-by: goetz, sherman
|
2018-07-19 11:04:46 +02:00 |
|
Ivan Gerasimov
|
ad816a0809
|
8207314: Unnecessary reallocation when constructing WeakHashMap from a large Map
Reviewed-by: martin
|
2018-07-23 22:07:55 -07:00 |
|
Vladimir Kozlov
|
2f4efb7871
|
8207262: enable applications/ctw/modules/java_desktop_2.java test again
Reviewed-by: iignatyev
|
2018-07-23 18:29:35 -07:00 |
|
Daniel D. Daugherty
|
f52c4365ca
|
8208092: ProblemList serviceability/sa/ClhsdbCDSCore.java
Reviewed-by: sspitsyn
|
2018-07-23 14:41:06 -04:00 |
|
Antonios Printezis
|
9ff255dafe
|
8207849: Allow the addition of more number to the Java version string
Reviewed-by: erikj
|
2018-07-23 11:38:28 -04:00 |
|
Thomas Schatzl
|
7883ea1c31
|
8207953: Remove dead code in G1CopyingKeepAliveClosure
Reviewed-by: kbarrett
|
2018-07-23 17:32:04 +02:00 |
|
Vicente Romero
|
8e61321b6c
|
8205493: OptionSmokeTest.java uses hard-coded release values
Reviewed-by: darcy
|
2018-07-20 14:48:41 -07:00 |
|
Joe Darcy
|
07cb147927
|
8208060: Additional corrections of serial-related declarations
Reviewed-by: rriggs, lancea
|
2018-07-20 14:46:43 -07:00 |
|
Ioi Lam
|
9959e34180
|
8203382: Rename SystemDictionary::initialize_wk_klass to resolve_wk_klass
Reviewed-by: jiangli
|
2018-07-20 12:19:28 -07:00 |
|
Coleen Phillimore
|
39dd04b953
|
8207359: Make SymbolTable increment_refcount disallow zero
Use cmpxchg for non permanent symbol refcounting, and pack refcount and length into an int.
Reviewed-by: gziemski, kbarrett, iklam
|
2018-07-20 14:52:11 -04:00 |
|
Xin Liu
|
6cbef1de5d
|
8206075: On x86, assert on unbound assembler Labels used as branch targets
Reviewed-by: kvn, mdoerr, phh
|
2018-07-20 11:55:05 -07:00 |
|
Joe Darcy
|
fafd1b7536
|
8193462: Fix Filer handling of package-info initial elements
Reviewed-by: vromero
|
2018-07-18 00:23:06 -07:00 |
|
Joe Darcy
|
19c364592c
|
8193214: Incorrect annotations.without.processors warnings with JDK 9
Reviewed-by: vromero
|
2018-07-18 00:16:37 -07:00 |
|
Jean Christophe Beyler
|
a6ff367b24
|
8207765: HeapMonitorStatIntervalTest.java fails with ZGC
Add a calculation of array sizes before test to satisfy ZGC support
Reviewed-by: amenkov, sspitsyn
|
2018-07-19 18:21:24 -07:00 |
|
Christian Tornqvist
|
4805473049
|
8207855: Make applications/jcstress invoke tests in batches
Reviewed-by: kvn, iignatyev
|
2018-07-20 09:15:54 -04:00 |
|
Daniil Titov
|
301f3c3bb5
|
8204695: [Graal] vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java fails
Reviewed-by: sspitsyn, cjplummer
|
2018-07-19 16:53:33 -07:00 |
|
Vicente Romero
|
898e0f8607
|
8206874: Evaluate LoadClassFromJava6CreatedJarTest.java after dropping -source 6
Reviewed-by: darcy
|
2018-07-19 15:13:10 -07:00 |
|
Ivan Gerasimov
|
121c59eb6d
|
8207753: Handle to process snapshot is leaked if Process32First() fails
Reviewed-by: rriggs
|
2018-07-19 13:41:26 -07:00 |
|
Tom Rodriguez
|
5226a6a2bb
|
8207202: [Graal] compiler/graalunit/CoreTest.java fails
Reviewed-by: kvn
|
2018-07-19 12:55:24 -07:00 |
|
Naoto Sato
|
602a497270
|
8206886: Java does not set the default format locale correctly on mac10.13
Reviewed-by: rriggs
|
2018-07-19 11:15:38 -07:00 |
|
Phil Race
|
f921743302
|
Merge
|
2018-07-19 10:53:38 -07:00 |
|
Phil Race
|
28e828130d
|
Merge
|
2018-07-19 10:17:22 -07:00 |
|
Bob Vandette
|
6fc4db4799
|
8206456: [TESTBUG] docker jtreg tests fail on systems without cpuset.effective_cpus / cpuset.effective_mem
Reviewed-by: mbaesken, mchung
|
2018-07-19 12:57:12 -04:00 |
|
Phil Race
|
f8f90df4d7
|
Added tag jdk-12+3 for changeset 990db216e719
|
2018-07-19 09:46:29 -07:00 |
|
Phil Race
|
329374e53b
|
Added tag jdk-11+23 for changeset 1edcf36fe15f
|
2018-07-19 09:42:15 -07:00 |
|
Joe Darcy
|
269286da50
|
8207816: Align declaration of SerializedLambda.readResolve with serialization conventions
Reviewed-by: briangoetz
|
2018-07-19 09:20:08 -07:00 |
|
Hamlin Li
|
069fa394d0
|
8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
Reviewed-by: alanb, simonis
|
2018-07-19 16:22:19 +08:00 |
|
Krishna Addepalli
|
2d2dd74c80
|
8206343: There is a typo in the java documentation of javax.swing.JScrollBar
Reviewed-by: prr, mhalder
|
2018-07-19 13:49:44 +05:30 |
|
Serguei Spitsyn
|
bfa23646ee
|
8207819: Problem list serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java
Problem list the test
Reviewed-by: cjplummer
|
2018-07-18 20:54:12 -07:00 |
|
Amy Lu
|
e09b97b5cb
|
8207818: Problem list several rmi tests
Reviewed-by: darcy
|
2018-07-19 10:30:24 +08:00 |
|
Joe Darcy
|
a5e27072fe
|
8203263: Remove unnecessary throws clauses from serialization-related methods
Reviewed-by: prr
|
2018-07-18 16:13:21 -07:00 |
|
Jamil Nimeh
|
1f273bde76
|
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
Reviewed-by: xuelei
|
2018-07-18 14:32:46 -07:00 |
|
Rajan Halade
|
ba7bab5fc9
|
8203230: update VerifyCACerts test
Reviewed-by: mullan
|
2018-07-18 09:50:04 -07:00 |
|
Joe Darcy
|
e85841f34b
|
8207751: Remove misleading serialVersionUID from JulienFields.Field
Reviewed-by: lancea
|
2018-07-18 08:27:53 -07:00 |
|
Roger Riggs
|
7d4da87a14
|
8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline
Reviewed-by: bpb, lancea
|
2018-07-18 09:46:03 -04:00 |
|
Alex Buckley
|
85f79b0dab
|
8207393: ServiceLoader class description improvements
Reviewed-by: alanb, lancea
|
2018-07-18 07:39:54 +01:00 |
|