Brian Burkhalter
|
ac6b3c4d5d
|
8176332: Increase sleep time in java/nio/channels/Selector/ChangingInterests.java write1()
Increase sleep from 50 to 150 ms.
Reviewed-by: alanb
|
2017-03-09 08:55:59 -08:00 |
|
Robert Field
|
a6a8595d7e
|
8176412: jshell tool: automatic imports are excluded on /reload causing it to fail
Reviewed-by: jlahoda
|
2017-03-09 08:45:21 -08:00 |
|
Mikael Gerdin
|
586de47879
|
8176363: Incorrect lock rank for G1 PtrQueue related locks
Reviewed-by: mgronlun, coleenp, kbarrett, dholmes, tschatzl
|
2017-03-09 16:58:45 +01:00 |
|
Mandy Chung
|
e808c7a09e
|
8175797: (ref) Reference::enqueue method should clear referent before enqueuing
Reviewed-by: alanb, kbarrett, mr
|
2017-03-09 07:41:48 -08:00 |
|
Vicente Romero
|
498dbceaf4
|
8175235: type inference regression after JDK-8046685
Co-authored-by: Maurizio Cimadamore <maurizio.cimadamore@oracle.com>
Reviewed-by: mcimadamore
|
2017-03-09 06:34:06 -08:00 |
|
Zoltan Majo
|
b3914e7e21
|
8175340: Possible invalid memory accesses due to ciMethodData::bci_to_data() returning NULL
Check values returned by ciMethodData::bci_to_data() where necessary.
Reviewed-by: kvn
|
2017-03-09 14:27:21 +01:00 |
|
Maurizio Cimadamore
|
90d03330a1
|
8176265: Method overload resolution on a covariant base type doesn't work in 9
Some type mappings should not be recursive
Reviewed-by: vromero, jlahoda
|
2017-03-09 12:08:02 +00:00 |
|
Ramanand Patil
|
dc7bab709f
|
8176044: (tz) Support tzdata2017a
Reviewed-by: naoto
|
2017-03-09 14:12:24 +05:30 |
|
Rahul Raghavan
|
b2783bb80a
|
8175345: Reported null pointer dereference defect groups
Added required explicit NULL checks
Reviewed-by: thartmann, kvn
|
2017-03-09 00:16:51 -08:00 |
|
Magnus Ihse Bursie
|
5b9d400c10
|
8170884: Clean up post-jlink file copying to the images
Reviewed-by: erikj
|
2017-03-09 09:14:04 +01:00 |
|
Magnus Ihse Bursie
|
92591d5f32
|
8170884: Clean up post-jlink file copying to the images
Reviewed-by: erikj
|
2017-03-09 09:12:20 +01:00 |
|
Artem Smotrakov
|
b2a42d78ef
|
8176183: sun/security/mscapi/SignedObjectChain.java fails on Windows
Reviewed-by: weijun
|
2017-03-08 18:54:34 -08:00 |
|
Felix Yang
|
61c3a29e0c
|
8176195: Fix misc module dependencies in jdk_core tests
Reviewed-by: mchung
|
2017-03-08 17:17:41 -08:00 |
|
Amanda Jiang
|
6a264cbdd0
|
8176400: Problemlist sun/security/ssl/X509KeyManager/PreferredKey.java due to JDK-8176354
Reviewed-by: xuelei
|
2017-03-08 14:45:27 -08:00 |
|
Brian Burkhalter
|
8835635183
|
8176394: Incorrect relational operator in java/nio/channels/FileChannel/InterruptDeadlock.java
Change Reader thread run method so it reads continuously as intended
Reviewed-by: alanb
|
2017-03-08 12:14:25 -08:00 |
|
Jan Lahoda
|
3d264c5a76
|
8072114: javac performance should be improved
Avoiding unnecessary use of Stream.empty().
Reviewed-by: mcimadamore
|
2017-03-08 20:42:17 +01:00 |
|
Lance Andersen
|
31c0a8cdfa
|
8176235: Minor updates to package.html
Reviewed-by: joehw
|
2017-03-08 13:54:30 -05:00 |
|
Brian Burkhalter
|
53c99e5093
|
8176317: (ch) Add print of timeout value to java/nio/channels/AsynchronousSocketChannel/Basic.java
Add print of timeout value.
Reviewed-by: alanb
|
2017-03-08 09:53:19 -08:00 |
|
Brian Burkhalter
|
13f5b93e8c
|
8175209: Account for race condition in java/nio/channels/AsynchronousSocketChannel/Basic.java
Pause until the channel reaches a pended state instead of for a fixed time.
Reviewed-by: prappo, mli, alanb
|
2017-03-08 09:49:46 -08:00 |
|
Maurizio Cimadamore
|
5d4a22554a
|
8175317: javac does not issue unchecked warnings when checking method reference return types
Missing Warner object on method reference return type check
Reviewed-by: vromero
|
2017-03-08 14:21:13 +00:00 |
|
Harold Seigel
|
3064b3e35d
|
8176147: JVM should throw CFE for duplicate Signature attributes
Add the needed checks to ClasFileParser for duplicate Signature attributes.
Reviewed-by: dholmes, gtriantafill
|
2017-03-08 09:04:21 -05:00 |
|
Srikanth Adayapalam
|
3998cf36b8
|
8175184: Annotation processor observes interface private methods as default methods
Reviewed-by: mcimadamore
|
2017-03-08 13:17:07 +05:30 |
|
Weijun Wang
|
ad4f6272db
|
8176320: sun/security/tools/jarsigner/TsacertOptionTest.java compilation error, all mach 5 tier 2 platforms broken
Reviewed-by: xuelei
|
2017-03-08 15:35:56 +08:00 |
|
Amy Lu
|
a2b08aeec9
|
8167525: update jdk tests to remove @compile --add-modules workaround
Reviewed-by: mchung
|
2017-03-08 15:29:57 +08:00 |
|
Hamlin Li
|
af9013c96e
|
8176337: Mark several tests as intermittently failing
Reviewed-by: darcy
|
2017-03-07 23:01:51 -08:00 |
|
Mandy Chung
|
b93beff9b7
|
8176333: jdeps error message should include a proper MR jar file name
Reviewed-by: lancea
|
2017-03-07 18:57:19 -08:00 |
|
Kumar Srinivasan
|
9617bfb0f6
|
8175860: javadoc crashes with incorrect module sourcepath
Reviewed-by: jjg
|
2017-03-07 18:37:17 -08:00 |
|
Jonathan Gibbons
|
50348cb89a
|
8176131: Simplify new Taglet API
Reviewed-by: ksrini
|
2017-03-07 15:38:10 -08:00 |
|
Jonathan Gibbons
|
558b587367
|
8176131: Simplify new Taglet API
Reviewed-by: ksrini
|
2017-03-07 15:20:43 -08:00 |
|
Mark Sheppard
|
30790d8352
|
8175325: NetworkInterface.getInterfaceAddresses throws NPE when no addresses
Reviewed-by: chegar, martin
|
2017-03-07 22:35:45 +00:00 |
|
Joe Wang
|
b7c19d5b55
|
8175830: Provide javadoc description for jdk.xml.dom module
Reviewed-by: lancea
|
2017-03-07 11:09:56 -08:00 |
|
Jesper Wilhelmsson
|
76e0d7cf28
|
Merge
|
2017-03-07 19:23:21 +01:00 |
|
Jesper Wilhelmsson
|
9ebbeec405
|
Merge
|
2017-03-07 19:14:10 +01:00 |
|
Doug Lea
|
7849c13436
|
8176155: SubmissionPublisher closeExceptionally() may override close()
Reviewed-by: martin, psandoz
|
2017-03-07 10:06:39 -08:00 |
|
Vladimir Kozlov
|
b3f90c8e86
|
8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
Add --add-modules jdk.internal.vm.ci to Graal annotation process command line.
Reviewed-by: iveresov, mchung
|
2017-03-07 09:32:49 -08:00 |
|
Joe Darcy
|
683950a9eb
|
8176266: Make visitUnknown specification more explicit
Reviewed-by: jlahoda
|
2017-03-07 08:43:29 -08:00 |
|
Christian Tornqvist
|
e0ddba9b92
|
8176102: Rename hotspot_fast* test groups to hotspot_tier1*
Reviewed-by: dholmes, mseledtsov, gtriantafill
|
2017-03-07 11:28:09 -05:00 |
|
Weijun Wang
|
d64c22ae61
|
8175846: Provide javadoc descriptions for jdk.policytool and jdk.crypto.* modules
Reviewed-by: vinnie
|
2017-03-07 22:55:36 +08:00 |
|
Weijun Wang
|
6b3143e831
|
8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
Reviewed-by: coffeys
|
2017-03-07 22:42:11 +08:00 |
|
Sergei Kovalev
|
080a88360a
|
8176213: 78 sun/security/krb5/auto tests failing due to undeclared dependecies
Reviewed-by: weijun
|
2017-03-07 16:02:20 +03:00 |
|
Karl von Randow
|
7d610c48e5
|
8152683: Deadlock when resuming from sleep with different monitor setup
Reviewed-by: serb, vadim
|
2017-03-07 13:00:23 +03:00 |
|
Naoto Sato
|
097a0b8a95
|
8174736: [JCP] [Mac]Cannot launch JCP on Mac os with language set to "Chinese, Simplified" while region is not China
Reviewed-by: bchristi
|
2017-03-06 18:54:53 -08:00 |
|
Robert Field
|
4eb4827f6a
|
8176241: JShell tests: on full builds CompletionSuggestionTest.testImportStart() fails
Reviewed-by: darcy
|
2017-03-06 15:44:37 -08:00 |
|
Abossolo Foh Guy
|
9bc73d7222
|
8158209: Editing in TableView breaks the layout, when the document is I18n
Reviewed-by: serb, alexsch
|
2017-03-06 22:52:45 +03:00 |
|
Jesper Wilhelmsson
|
dfd0d06665
|
Merge
|
2017-03-06 19:52:42 +01:00 |
|
Phil Race
|
3f72eaf75a
|
Merge
|
2017-03-06 10:40:03 -08:00 |
|
Phil Race
|
478b53666b
|
Merge
|
2017-03-06 10:35:14 -08:00 |
|
Robert Field
|
826a40c57a
|
8175304: JShell tool: The /reset command hangs after setting a startup script
Reviewed-by: jlahoda
|
2017-03-06 08:57:41 -08:00 |
|
Robert Field
|
a4cbfe0dac
|
8176184: JShell tests: jdk/jshell/CompletionSuggestionTest.testImportStart(): failure
Reviewed-by: jlahoda
|
2017-03-06 08:36:05 -08:00 |
|
Martin Mraz
|
bc2bb1fae1
|
6490753: JComboBox doesn't look as native combobox in different states of component
Reviewed-by: serb, alexsch
|
2017-03-06 17:03:26 +03:00 |
|