Commit Graph

14481 Commits

Author SHA1 Message Date
Paul Sandoz
4b1159ce76 8157239: java/lang/invoke/VarHandles/ tests fail by timeout with -Xcomp with lambda form linkage
Reviewed-by: vlivanov
2016-05-19 16:08:40 +02:00
Aleksey Shipilev
55889705b0 8148604: JEP 280, Switch to more optimal concatenation strategy
Reviewed-by: psandoz, redestad
2016-05-19 16:59:31 +03:00
Aleksei Efimov
4417a1f36f 8072579: XjcOptionalPropertyTest.java creates files in test.src
Reviewed-by: joehw
2016-05-19 16:08:39 +03:00
Aleksei Efimov
0516c0ca0c 8157096: [TEST_BUG] test/javax/xml/bind/xjc/8145039/JaxbMarshallTest.java is skipped by jtreg
Reviewed-by: shade, joehw
2016-05-19 15:58:44 +03:00
Alan Bateman
bed9953556 8148834: Update module-info reader/writer to 53.0
Reviewed-by: sundar, chegar
2016-05-19 13:10:08 +01:00
Alan Bateman
958506d2cb 8157290: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java failing
Reviewed-by: chegar
2016-05-19 13:08:36 +01:00
Sibabrata Sahoo
19c7dcc012 8141039: Test Task: Develop new tests for JEP 273: DRBG-Based SecureRandom Implementations
Reviewed-by: weijun
2016-05-19 04:20:08 -07:00
Shilpi Rastogi
8aff72ba65 8149574: Fix java/lang/invoke/MethodHandleImpl's use of Unsafe.defineAnonymousClass()
Reviewed-by: vlivanov, psandoz, sundar, mhaupt
2016-05-19 11:13:52 +02:00
Kumar Srinivasan
ca98819c49 8156807: Pack200 must support v53.0 class files
Reviewed-by: mchung, shade
2016-05-18 11:31:23 -07:00
Rajan Halade
4dcf9fd923 8156035: Remove intermittent key from sun/security/rsa/SpecTest.java
Reviewed-by: mullan
2016-05-18 16:36:52 -07:00
Xue-Lei Andrew Fan
918a949448 8151856: Note that disabledAlgorithms override the same algorithms of legacyAlgorithms
Reviewed-by: mullan, weijun
2016-05-18 22:55:35 +00:00
Jan Lahoda
a865c6ef6b 8133549: Generalize jshell's EditingHistory
Adding a generic EditingHistory to jdk.internal.le, for use by both jjs and jshell

Reviewed-by: sundar
2016-05-18 21:00:33 +02:00
Phil Race
3546becf91 Merge 2016-05-18 09:57:35 -07:00
Paul Sandoz
0bad445941 8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
Reviewed-by: fyuan, shade, vlivanov
2016-05-18 18:46:14 +02:00
Artem Smotrakov
5cf7ba5687 8157107: HTTP/2 client may fail with NPE if additional logging enabled
Reviewed-by: michaelm
2016-05-18 16:39:08 +01:00
Xue-Lei Andrew Fan
f3c9c10b7e 8157035: Use stronger algorithms and keys for JSSE testing
Reviewed-by: weijun, jnimeh
2016-05-18 14:47:28 +00:00
Sergey Bylokhov
65713ca08e 8156581: Cleanup of ProblemList.txt
Reviewed-by: prr, alexsch
2016-05-18 16:58:10 +03:00
Alexandre Iline
b67da697df 8156972: java/lang/reflect/Layer/LayerAndLoadersTest.java test requires jdk.compiler
Reviewed-by: alanb
2016-05-18 11:56:24 +01:00
Athijegannathan Sundararajan
ea55d0b71b 8154192: Deprivilege java.scripting module
Reviewed-by: jlaskey, alanb
2016-05-18 15:03:39 +05:30
Michael Haupt
c4976196f5 8156915: introduce MethodHandle factory for array length
Reviewed-by: sundar
2016-05-18 10:42:29 +02:00
Martin Buchholz
2bb441c404 8157069: Assorted ZipFile improvements
Reviewed-by: sherman
2016-05-16 11:42:31 -07:00
Hamlin Li
1244c2f423 8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
Reviewed-by: darcy
2016-05-17 19:20:05 -07:00
Brian Burkhalter
9cdeece6b6 8130679: Writer/StringWriter.write methods do not specify index out bounds
Add throws tag indicating IndexOutOfBoundsExcepion to write() methods which have an index parameter.

Reviewed-by: chegar, prappo, rriggs
2016-05-17 16:04:53 -07:00
Aleksey Shipilev
33bb9220fc 8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles
Reviewed-by: psandoz, redestad
2016-05-17 22:28:00 +03:00
Dmitry Markov
7a40b8d5f7 8155001: SystemTray.remove() leaks GDI Objects in Windows
Reviewed-by: serb, alexp
2016-05-13 12:44:53 +03:00
Vadim Pakhnushev
e931bc512f 8047931: Remove unused medialib code
Reviewed-by: bae
2016-05-13 11:31:05 +03:00
Phil Race
413ba627fd Merge 2016-05-12 11:03:07 -07:00
Alexander Scherbatiy
39fe334e12 8154539: Examine the desktop module's use of sun.misc.SoftCache
Reviewed-by: prr, chegar, mchung
2016-05-12 20:43:37 +04:00
Phil Race
72bf5160ac 8154546: Retire sun.misc.GThreadHelper
Reviewed-by: serb, chegar, kcr
2016-05-12 09:16:17 -07:00
Christoph Langer
fa1227e9bd 8156521: Minor fixes and cleanups in NetworkInterface.c
Reviewed-by: alanb, chegar, dsamersoff, msheppar
2016-05-12 16:33:37 +01:00
Michael McMahon
6ce3711133 8156801: java/net/httpclient/security/Driver.java failed with RuntimeException: Non zero return value
Reviewed-by: chegar
2016-05-12 16:06:17 +01:00
Weijun Wang
07f2c9d05f 8156213: Remove SHA-1 and 3KeyTDEA algorithms from DRBG
Reviewed-by: wetmore, xuelei
2016-05-12 13:06:03 +08:00
Weijun Wang
1a854bcc1e 8156501: DRBG not synchronized at reseeding
Reviewed-by: xuelei
2016-05-12 09:49:42 +08:00
Stuart Marks
e0606a40d3 8156810: remove redundant sentence in SecurityManager.checkMemberAccess doc
Reviewed-by: darcy
2016-05-11 17:37:11 -07:00
Jim Laskey
dcb864bfec 8156781: change to jlink has result in test failure
Reviewed-by: redestad
2016-05-11 16:17:45 -03:00
Roger Riggs
82ae26a9a8 8155978: Remove HTTP proxy implementation and tests from RMI
Reviewed-by: smarks
2016-05-11 14:01:29 -04:00
Daniel Fuchs
172839f24f 8156153: java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/DefaultLoggerBridgeTest.java fails with java.lang.RuntimeException
Runs each scenario in its own VM to avoid unwanted interaction and start from a clean slate.

Reviewed-by: mchung
2016-05-11 19:23:58 +02:00
Alexandre Iline
114e7f30f7 8156695: Fix @modules in tests in java/lang/management
As part of JDK-8155993, tests are updated to declare dependencies on jdk.management.

Reviewed-by: mchung
2016-05-10 14:51:29 -07:00
Jim Laskey
0f02e652db 8156766: jdk/test/tools/jlink/plugins/SorterPluginTest.java broken
Reviewed-by: redestad
2016-05-11 12:01:19 -03:00
Jim Laskey
2bac8d91d1 8155237: jlink plugin to order resources should take a class list as input
Reviewed-by: redestad
2016-05-11 11:26:02 -03:00
Staffan Larsen
aefbfce7cf 8156658: Common way to run jtreg tests
Reviewed-by: erikj, dsamersoff
2016-05-11 11:04:47 +02:00
Bhanu Prakash Gopularam
f2dabbdb6a 8062804: IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR too lenient
Addded the necessary chck in IsoFields WEEK_BASED_YEAR and QUARTER_OF_YEAR

Reviewed-by: rriggs, scolebourne
2016-05-11 10:28:23 +00:00
Alexandre Iline
e7e64ceea3 8151914: java/util/jar/JarFile/MultiReleaseJar* tests do not declare module dependences
Reviewed-by: chegar
2016-05-10 13:48:07 -07:00
Xue-Lei Andrew Fan
9c17407e9e 8156716: Incorrect condition in test SupportedDHKeys.java
Reviewed-by: weijun
2016-05-11 05:02:20 +00:00
Weijun Wang
7df23eb45e 8154523: SHA1PRNG output should change after setSeed
Reviewed-by: xuelei
2016-05-11 12:32:00 +08:00
Xueming Shen
b45ea8903e 6328855: String: Matches hangs at short and easy Strings containing \r \n
6192895: java.util.regex.Matcher: Performance issue
6345469: java.util.regex.Matcher utilizes 100% of the CPU
6988218: RegEx matcher loops
6693451: RegEx matcher goes into infinite delay
7006761: Matcher.matches() has infinite loop
8140212: Slow performance of Matcher.find
8151481: j.u.regex.Pattern cleanup
6609854: Regex does not match correctly for negative nested character classes
4916384: CANON_EQ supports only combining character sequences with non-spacing marks
4867170: Pattern doesn't work with composite character in CANON_EQ mode
6995635: CANON_EQ pattern flag is buggy
6728861: ExceptionInInitializerError is caught when the pattern has precomposed character
6736245: A character in Composition Exclusion Table does not match itself
7080302: the normalization in java regex pattern may have flaw

Reviewed-by: rriggs, okutsu, alanb
2016-05-10 21:19:25 -07:00
Weijun Wang
772322c6fa 8156709: Cannot call setSeed on NativePRNG on Mac if EGD is /dev/urandom
Reviewed-by: wetmore
2016-05-11 08:39:36 +08:00
Ivan Gerasimov
fcf085c678 8156661: Handful of typos in javadoc
Reviewed-by: prappo, rriggs
2016-05-10 17:16:55 +03:00
Claes Redestad
967a686e70 8156561: Remove makeClasslist.js
Reviewed-by: erikj, chegar
2016-05-10 14:52:31 +02:00
Claes Redestad
91cb8b5fc8 8156560: Remove AddJsum
Reviewed-by: alanb, erikj
2016-05-10 13:33:31 +02:00