Vladimir Kozlov
3d49068b92
8181823: [AOT] jaotc doesn't work with Graal
...
Add new flag to indicate when to calculate class fingerprint
Reviewed-by: iklam, iveresov
2017-06-21 10:28:51 -07:00
George Triantafillou
3aaa47204a
8166748: Clean out Windows IA64 support
...
Reviewed-by: kbarrett, coleenp, bobv, mdoerr
2017-06-12 13:22:48 -04:00
Jesper Wilhelmsson
db7a9c5b60
Merge
2017-06-08 14:49:07 +02:00
Rachna Goel
784dd679da
8178872: Decimal form is inconsistent between CLDR and Java in some special locales
...
Reviewed-by: naoto
2017-06-08 12:15:54 +05:30
Igor Ignatyev
2efb1f9e9f
8180386: remove jdk.testlibrary.TimeLimitedRunner
...
Reviewed-by: rriggs, mchung
2017-06-07 08:58:19 -07:00
Igor Ignatyev
3c1d55aff8
8181715: sun/net/www/protocol/jar/jarbug/TestDriver.java fails after 8181335
...
Reviewed-by: alanb
2017-06-06 23:38:05 -07:00
Xue-Lei Andrew Fan
dcb0a2763b
8178728: Check the AlgorithmParameters in algorithm constraints
...
Reviewed-by: valeriep, ascarpino
2017-06-07 05:52:02 +00:00
Igor Ignatyev
ff3aa035f3
8181335: remove packageless CompilerUtils
...
Reviewed-by: alanb
2017-06-06 19:54:08 -07:00
Amy Lu
245dc365f7
8181396: Refactor shell test java/nio/file/Files/delete_on_close.sh to java
...
Reviewed-by: alanb
2017-06-07 10:58:58 +08:00
Naoto Sato
ff459e09b2
8181586: DateTimeTextProvider.getInstance() returns a new instance every time
...
Reviewed-by: rriggs
2017-06-06 10:34:21 -07:00
Felix Yang
8eeebe5fd3
8181635: sun/net/www/protocol/jar/B6449504.java fails at Windows platform (after JDK-8181414)
...
Reviewed-by: chegar
2017-06-06 01:33:53 -07:00
Hamlin Li
2af3b0cc19
8180927: refactor ./java/io/Serializable/class/run.sh to java test
...
Reviewed-by: psandoz
2017-06-05 18:58:40 -07:00
Felix Yang
4af3f644b2
8181413: Refactor test/sun/net/www/protocol/jar/jarbug/run.sh to plain java tests
...
Reviewed-by: psandoz
2017-06-05 18:02:51 -07:00
Amy Lu
143bb171a7
8181393: Refactor shell test Selector/lots_of_updates.sh and SocketChannel/Open.sh to java
...
Reviewed-by: psandoz
2017-06-05 14:07:07 +08:00
Felix Yang
ee7be117f9
8181414: Refactor misc test/sun/net/www/protocol/jar shell tests to plain java tests
...
Reviewed-by: psandoz
2017-06-04 18:42:42 -07:00
Lana Steuck
dde30b6066
Merge
2017-06-03 03:48:03 +00:00
Lana Steuck
ce477ddb3a
Merge
2017-06-03 02:49:49 +00:00
Xue-Lei Andrew Fan
a4ea77938f
8181439: Test the jdk.tls.namedGroups System Property
...
Reviewed-by: valeriep
2017-06-03 02:44:55 +00:00
Lana Steuck
3190094e38
Added tag jdk-10+10 for changeset df90da0c10aa
2017-06-02 21:11:02 +00:00
Lana Steuck
0175ff7a69
Added tag jdk-9+172 for changeset 5960c6c803da
2017-06-01 18:26:35 +00:00
Jesper Wilhelmsson
f47d6d0526
Merge
2017-05-29 20:48:09 +02:00
Magnus Ihse Bursie
5fff5a2fd2
8175824: Adapt javadoc generation to different requirements for JDK and JavaSE
...
Reviewed-by: erikj, mchung
2017-05-29 09:18:16 +02:00
Coleen Phillimore
ad874355d3
8174749: Use hash table/oops for MemberName table
...
Add a Java type called ResolvedMethodName which is immutable and can be stored in a hashtable, that is weakly collected by gc
Reviewed-by: sspitsyn, stefank, jrose
2017-05-27 09:21:21 -04:00
Mandy Chung
e0fa8ae189
8180574: tools/launcher/modules/patch/systemmodules/PatchSystemModules.java failed in upgradeHashedModule() and patchHashedModule() intermittently
...
Reviewed-by: alanb, bchristi
2017-05-26 21:20:16 -07:00
Phil Race
8190890ef7
Merge
2017-05-26 09:07:25 -07:00
Phil Race
dff24c5402
Merge
2017-05-26 08:22:05 -07:00
Matthias Baesken
f6dbb7ba1b
8181145: add platforms to test java/nio/ByteOrder/NativeOrder.java
...
Reviewed-by: martin, mdoerr
2017-05-26 16:35:45 +02:00
Igor Ignatyev
2bed581331
8180890: move c.o.testlibrary.jsr292 classes to jdk/test/java/lang/invoke directory
...
Reviewed-by: rriggs
2017-05-26 22:53:26 -07:00
Igor Ignatyev
da6d0e38ee
8180895: java/security/AccessController/DoPrivAccompliceTest.java has to be improved
...
Reviewed-by: asmotrak
2017-05-26 22:30:19 -07:00
Kumar Srinivasan
f474e8ebf7
8180286: Remove the launchers data model flags -d32/-d64
...
Reviewed-by: alanb, dholmes, mchung
2017-05-26 07:39:18 -07:00
Amy Lu
2fc00fbdb1
8173905: Test tools/jar/multiRelease/RuntimeTest.java fails under JDK 10
...
Reviewed-by: psandoz, redestad
2017-05-26 17:36:22 +08:00
Lana Steuck
77dd83824d
Merge
2017-05-26 02:03:14 +00:00
Hamlin Li
56f5f73f1e
8180732: add test to check temp file permission
...
Reviewed-by: rriggs, bchristi
2017-05-25 18:16:01 -07:00
Lana Steuck
1db2e22567
Added tag jdk-10+9 for changeset a4c62ccf8688
2017-05-26 01:00:36 +00:00
Lana Steuck
1b9bc71495
Merge
2017-05-26 00:45:29 +00:00
Lana Steuck
aa6e6a104a
Added tag jdk-9+171 for changeset e09145bcfcc5
2017-05-26 00:29:13 +00:00
Weijun Wang
f8caf63858
8178794: krb5 client should ignore sname in incoming tickets
...
Reviewed-by: mullan
2017-05-26 08:06:22 +08:00
Mandy Chung
4f8f7b2501
8181033: Confusing message: A JNI error has occurred, please check your installation and try again
...
Reviewed-by: alanb, dholmes, ksrini
2017-05-25 10:40:08 -07:00
Daniel Fuchs
aea187fdd2
8180279: java/net/httpclient/whitebox/Driver.java failed due to timeout
...
Fixed a race condition in RawChannelTest.java
Reviewed-by: prappo, michaelm
2017-05-25 11:54:42 +01:00
Adam Petcher
da44748ec7
8172244: AIOOBE in KeyStore.getCertificateAlias on Windows
...
Reviewed-by: vinnie
2017-05-25 11:31:23 +01:00
Hamlin Li
51272f395a
8180807: java.io.Serializable class-level readObject description error
...
Reviewed-by: chegar, rriggs
2017-05-24 19:02:45 -07:00
Igor Ignatyev
2d7f46e91b
8180399: move jdk.testlibrary.LockFreeLogManager to the top level test library
...
Reviewed-by: psandoz, mchung
2017-05-24 15:24:40 -07:00
Igor Ignatyev
97a536003e
8180724: move ModuleInfoMaker to the top level testlibrary
...
Reviewed-by: psandoz, mchung
2017-05-24 14:16:09 -07:00
Rob McKenna
e830b7d68e
8180949: Correctly handle exception in TCPChannel.createConnection
...
Reviewed-by: rriggs
2017-05-24 22:07:07 +01:00
Igor Ignatyev
e238187859
8180802: move jdk.testlibrary.management.ThreadMXBeanTool to top level testlibrary
...
Reviewed-by: psandoz
2017-05-24 13:55:37 -07:00
Sergey Bylokhov
bd80c04cc2
8066005: java.awt.event.KeyEvent.originalSource doesn't have "since" tag in Serialized Form
...
Reviewed-by: prr
2017-05-24 13:53:53 -07:00
Jesper Wilhelmsson
c6116bc283
Merge
2017-05-24 22:27:39 +02:00
Xue-Lei Andrew Fan
72aff46551
8180856: Remove RecordType.java
...
Reviewed-by: weijun
2017-05-24 16:11:36 +00:00
Li Jiang
74ef00df37
8180167: JDK9 message drop 40 l10n resource file updates
...
Reviewed-by: alanb, mchung, dfuchs, rfield, shinyafox, weijun, joehw
2017-05-23 23:25:26 -07:00
Brian Burkhalter
06d33aa65a
8180885: Create test to detect if TimeZone.setDefault affects File.setLastModifiedTime
...
Check whether File.lastModified is affected by not setting the default time zone or by setting to any of the available time zones.
Reviewed-by: dfuchs, rriggs
2017-05-24 10:52:24 -07:00