Alexandre Iline
|
ca8a2aceed
|
8178342: Missing @modules in jdk/jdk/nio/zipfs
Reviewed-by: mchung
|
2018-02-08 06:16:49 -08:00 |
|
Weijun Wang
|
48aad3bd2f
|
8196823: jarsigner should not create a signed jar if the signing fails
Reviewed-by: mullan, alanb
|
2018-02-08 11:44:21 +08:00 |
|
Adam Petcher
|
683817de43
|
8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy
Disable localization of error messages produced during policy file parsing
Reviewed-by: mchung, mullan
|
2018-02-07 09:06:43 -05:00 |
|
Jesper Wilhelmsson
|
44ab590f44
|
Merge
|
2018-02-05 23:12:03 +01:00 |
|
Tobias Hartmann
|
e5131d5ceb
|
8195695: NativeLibraryTest.java fails w/ 'Expected unloaded=1 but got=0'
Exclude test from Graal testing.
Reviewed-by: kvn, dholmes, mchung
|
2018-02-05 07:20:26 +01:00 |
|
Amy Lu
|
2bf1bf3afb
|
8195981: Move some tests to OpenJDK for jdk_lang test group
Reviewed-by: alanb, mchung
|
2018-02-05 11:12:09 +08:00 |
|
Ivan Gerasimov
|
831b32b2a9
|
8196740: Character.digit(int,int) returns wrong value for out of range radix
Reviewed-by: redestad
|
2018-02-03 21:12:37 -08:00 |
|
Brian Burkhalter
|
073cfe14a5
|
8166253: (ch) FileLock object can get GC'd and result in unexpected release of file lock
Reviewed-by: alanb, dfuchs, mli, rriggs
|
2018-02-02 13:44:26 -08:00 |
|
Roger Riggs
|
0b8689b331
|
8195059: Update java.net Socket and DatagramSocket implementations to use Cleaner
Reviewed-by: chegar, plevart
|
2018-02-02 14:17:07 -05:00 |
|
Phil Race
|
89c2e03b1d
|
Merge
|
2018-02-02 10:32:59 -08:00 |
|
Brian Burkhalter
|
92ee8dfe8a
|
8196622: Add java/nio/Buffer/EqualsCompareTest.java to ProblemList
Reviewed-by: alanb, psandoz
|
2018-02-02 09:18:16 -08:00 |
|
Phil Race
|
7052a83930
|
Merge
|
2018-02-02 09:04:45 -08:00 |
|
Srinivas Dama
|
1335ebada2
|
8011697: ScriptEngine "js" randomly means either "rhino" or "nashorn", but should instead select one
Sort ScriptEngineFactory by name so that same engine is retrieved across all OS
Reviewed-by: alanb, sundar
|
2018-02-02 23:21:12 +05:30 |
|
Pankaj Bansal
|
f2a5dad023
|
8196443: javax/swing/JList/BasicListTest.java has invalid tag
Reviewed-by: psadhukhan, ssadetsky
|
2018-02-02 17:02:45 +05:30 |
|
Lana Steuck
|
414e05f6d7
|
Merge
|
2018-02-02 01:52:03 +00:00 |
|
Paul Sandoz
|
00b3f917ac
|
8195694: ConstantBootstraps.invoke does not preserve variable arity
Reviewed-by: jrose
|
2018-02-01 14:19:04 -08:00 |
|
Paul Sandoz
|
5dc2184391
|
8196583: Update jib and test jtreg version to 4.2 b12
Reviewed-by: mchung, lfoltan
|
2018-02-01 11:24:39 -08:00 |
|
Brian Burkhalter
|
697c3fc073
|
8139206: Add InputStream readNBytes(int len)
Reviewed-by: alanb, chegar, plevart, apetcher, rriggs, weijun
|
2018-02-01 09:40:38 -08:00 |
|
Pankaj Bansal
|
5e9d4e4eaf
|
7007967: DefaultRowSorter: incorrect sorting due to not updating comparator cache
Reviewed-by: serb, jdv
|
2018-02-01 16:38:25 +05:30 |
|
Ramanand Patil
|
317bef9a41
|
8195837: (tz) Upgrade time-zone data to tzdata2018c
Reviewed-by: coffeys, naoto
|
2018-01-31 22:55:12 -08:00 |
|
Paul Sandoz
|
2b3d492b43
|
8196533: Update CondyNestedTest.java to compile jcod file
Reviewed-by: mchung
|
2018-01-31 17:43:46 -08:00 |
|
Jesper Wilhelmsson
|
c2735a15d7
|
Merge
|
2018-02-01 02:05:35 +01:00 |
|
Phil Race
|
7baa56621e
|
8196468: Client jtreg ProblemList updates
Reviewed-by: serb
|
2018-01-31 15:36:44 -08:00 |
|
Xueming Shen
|
fec9d472e3
|
8193802: NullPointerException from JarFileSystem.getVersionMap()
Reviewed-by: mchung
|
2018-01-31 14:21:52 -08:00 |
|
Joe Darcy
|
0b40438ae8
|
8194070: Update various tests to pass under JDK 11
Reviewed-by: alanb, sherman, psandoz
|
2018-01-31 11:25:34 -08:00 |
|
Paul Sandoz
|
4b5ffe70d9
|
8187742: Minimal set of bootstrap methods for constant dynamic
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: jrose, forax
|
2018-01-31 11:20:36 -08:00 |
|
Xueming Shen
|
2f7bcc872f
|
8176379: java.util.Base64 mime encoder behaves incorrectly if initialized with a line length of size 1-3
Reviewed-by: rriggs, alanb, psandoz
|
2018-01-31 10:34:59 -08:00 |
|
Xueming Shen
|
46d5554295
|
8166339: Code conversion working behavior was changed for x-IBM834
Reviewed-by: coffeys
|
2018-01-31 08:42:59 -08:00 |
|
Amy Lu
|
967599181a
|
8196211: Move two sun/nio/cs tests into OpenJDK
Reviewed-by: psandoz
|
2018-01-31 12:04:53 +08:00 |
|
Sergei Tsypanov
|
bbb4bcd69d
|
8196207: Inefficient ArrayList.subList().toArray()
Reviewed-by: martin, psandoz, jrose, redestad
|
2018-01-30 11:08:50 -08:00 |
|
Joe Darcy
|
35a7cc10b7
|
8196414: Update ProviderVersionCheck.java to pass on updated JDK versions
Reviewed-by: mullan
|
2018-01-30 10:42:13 -08:00 |
|
Paul Sandoz
|
30df14bd0a
|
8195970: Crash passing null to a VarHandle
Reviewed-by: mchung, alanb
|
2018-01-26 09:35:15 -08:00 |
|
Phil Race
|
aa1aec4b56
|
Merge
|
2018-01-30 09:03:47 -08:00 |
|
Jayathirth D V
|
e4d034cf9a
|
8191023: PngReader throws NegativeArraySizeException when keyword length exceeds chunk size
Reviewed-by: serb, pnarayanan
|
2018-01-30 11:53:00 +05:30 |
|
Phil Race
|
056c5059ae
|
8193483: Update client-libs ProblemList.txt
Reviewed-by: serb
|
2018-01-26 15:38:18 -08:00 |
|
Semyon Sadetsky
|
01a0105416
|
8189201: [macosx] NotSerializableException during JFrame with MenuBar serialization
Reviewed-by: serb, prr
|
2018-01-26 10:49:37 -08:00 |
|
Ivan Gerasimov
|
b9ecb2e95b
|
8194412: Adding 256 units of IsoFields.QUARTER_YEARS broken
Reviewed-by: scolebourne, rriggs
|
2018-01-29 10:48:13 -08:00 |
|
Andrey Nazarov
|
15541c4818
|
8179294: several langtools tests depend on jar, jlink, javac but do not declare that dependency
Reviewed-by: iignatyev
|
2018-01-26 16:20:14 -08:00 |
|
Andrey Nazarov
|
7bd0087f96
|
8186009: tools launcher test AddExportsAndOpensInManifest.java fails intermittently: AccessDeniedException
Unique jar file names for every test case
Reviewed-by: alanb
|
2018-01-26 12:16:08 -08:00 |
|
Daniel Fuchs
|
e6c7f041f9
|
8195096: Exception printed on console with custom LogManager on starting Apache Tomcat
Make sure that loadLoggerHandler for ".handler" is called only from within addLogger
Reviewed-by: mchung
|
2018-01-26 14:15:09 +00:00 |
|
Weijun Wang
|
15ac25be9d
|
8177398: Exclude dot files ending with .conf from krb5.conf's includedir
Reviewed-by: mullan
|
2018-01-26 09:37:10 +08:00 |
|
Sibabrata Sahoo
|
4567ed7c3e
|
8194486: Several krb5 tests failed in Mac
Several tests failed due to improper host service
Reviewed-by: weijun
|
2018-01-25 05:57:22 -08:00 |
|
Vyom Tewari
|
78de84bc1e
|
8194676: NullPointerException is thrown if ipaddress is not set
Reviewed-by: chegar, rriggs
|
2018-01-25 16:22:52 +05:30 |
|
John Jiang
|
7e5577a6c1
|
8186098: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh failed due to libnss3 version cannot be parsed
Improves the approach on parsing lib version
Reviewed-by: weijun, xuelei
|
2018-01-24 23:01:57 -08:00 |
|
Amy Lu
|
6d4be03205
|
8157903: (prop) move Properties tests into OpenJDK
Reviewed-by: mchung
|
2018-01-25 14:12:43 +08:00 |
|
Andrey Nazarov
|
739ca33412
|
8161348: Several tools/jlink tests failed in "-Xcomp" mode due to time out
Reviewed-by: alanb
|
2018-01-24 16:59:08 -08:00 |
|
Paul Sandoz
|
1a23a6264e
|
8194238: Trying exceptions in MethodHandles
Reviewed-by: jrose, vlivanov, ahgross
|
2018-01-24 16:44:31 -08:00 |
|
Goetz Lindenmaier
|
8dff4034fd
|
8195824: tools/launcher/HelpFlagsTest.java fails with java.lang.AssertionError
Also re-enable test.
Reviewed-by: dholmes, ksrini
|
2018-01-23 08:26:42 +01:00 |
|
Joe Darcy
|
7a13702c48
|
8195987: Problem list tools/launcher/HelpFlagsTest.java on windows
Reviewed-by: dholmes
|
2018-01-22 23:06:29 -08:00 |
|
Paul Sandoz
|
9b54e6d766
|
8194233: Improve support for array handles
Reviewed-by: jrose, vlivanov, ahgross, rhalade
|
2018-01-22 13:27:28 -08:00 |
|