Ambarish Rapte
|
0485515bad
|
8167288: [TEST_BUG] Consistent failure on Unity of WarningWindowDisposeTest.java
Reviewed-by: ssadetsky, alexsch
|
2016-10-17 18:43:19 +05:30 |
|
Alexander Kulyakhtin
|
302ec8438f
|
8158797: Test java/lang/management/MemoryMXBean/LowMemoryTest.java fails when GC is specified explicitly
Fixed GC options for running the test
Reviewed-by: ddmitriev, sspitsyn
|
2016-10-17 15:46:28 +03:00 |
|
Manajit Halder
|
5b7f28e99d
|
8158390: [macosx] Regression: javax/swing/JMenuItem/8139169/ScreenMenuBarInputTwice.java
Reviewed-by: serb
|
2016-10-17 15:47:05 +05:30 |
|
Semyon Sadetsky
|
3d64738234
|
8163167: [PIT] javax/swing/JTextArea/ScrollbarFlicker/ScrollFlickerTest.java always fail
Reviewed-by: serb, alexsch
|
2016-10-17 10:51:58 +03:00 |
|
Anubhav Meena
|
0abfcdbe04
|
8161473: [TEST_BUG] [macosx] add autodelay to java/awt/TrayIcon/TrayIconEventModifiers/TrayIconEventModifiersTest.java
Reviewed-by: arapte, serb
|
2016-10-17 13:20:04 +05:30 |
|
Jayathirth D V
|
27043084d2
|
8167281: IIOMetadataNode bugs in getElementsByTagName and NodeList.item methods
Reviewed-by: prr, pnarayanan
|
2016-10-17 13:04:33 +05:30 |
|
Semyon Sadetsky
|
3419791e2d
|
8167486: Device.getDisplayMode() doesn't report refresh rate on Linux in case of dual screen
Reviewed-by: serb
|
2016-10-17 10:14:38 +03:00 |
|
Paul Sandoz
|
29871f6f8a
|
8166974: invokedynamic implementation should not wrap Errors
Reviewed-by: smarks, jrose
|
2016-10-14 14:47:27 -07:00 |
|
Amit Sapre
|
6e7ec59861
|
8151099: java.lang.management.ManagementFactory.getPlatformMXBeans() should work even if jdk.management is not present
Removed dependency of java.management over jdk.management.
Reviewed-by: mchung, dfuchs, dholmes
|
2016-10-26 15:08:29 +05:30 |
|
Dmitry Samersoff
|
0e6c22bcea
|
8165500: TestJpsJar shouldn't jar all test.classpath directories
Refactor test to better handle errors
Reviewed-by: sspitsyn
|
2016-10-25 14:49:35 +03:00 |
|
Sharath Ballal
|
cb81552d35
|
8160376: DebuggerException: Can't attach symbolicator to the process
Make SA link to JavaRuntimeSupport in MacOS X
Reviewed-by: dsamersoff, dcubed
|
2016-10-24 14:52:07 +03:00 |
|
Staffan Larsen
|
43935fe3d1
|
8168483: Remove jtreg timeout handler timeout
Reviewed-by: dholmes, tbell
|
2016-10-24 09:07:24 +02:00 |
|
Sergey Bylokhov
|
07c0902eac
|
8167435: IllegalArgumentException is not thrown by Clip.open(AudioFormat,byte[], int, int)
Reviewed-by: amenkov
|
2016-10-14 21:43:00 +03:00 |
|
Phil Race
|
f97849aa84
|
Merge
|
2016-10-14 11:11:19 -07:00 |
|
Sergey Bylokhov
|
1bb3837020
|
8167310: The graphics clip is incorrectly rounded for some fractional scales
Reviewed-by: flar
|
2016-10-14 19:12:37 +03:00 |
|
Manajit Halder
|
3230ba35f1
|
8158380: [macosx] Regression: java/awt/List/ActionEventTest/ActionEventTest.java
Reviewed-by: serb, aghaisas
|
2016-10-14 10:39:42 +05:30 |
|
Ajit Ghaisas
|
b521b5b0d8
|
8166980: JCK testing of Window.setIconImage() leads to VM crash starting approx from JDK9 b134
Reviewed-by: serb, rchamyal
|
2016-10-14 10:18:53 +05:30 |
|
Steve Drach
|
8630709b19
|
8167237: Jar tool can not correctly find/process the --release option if it occurs before the file list
Reviewed-by: lancea
|
2016-10-13 11:54:27 -07:00 |
|
Xueming Shen
|
dd8ac98cde
|
8166258: Unexpected code conversion by HKSCS converters
Reviewed-by: naoto
|
2016-10-13 09:35:07 -07:00 |
|
Vinnie Ryan
|
02ca9985fc
|
8167371: KeyStoreSpi.engineSetEntry should throw an Exception if password protection alg is specified
Reviewed-by: xuelei, mullan
|
2016-10-13 12:37:42 +01:00 |
|
Srinivas Dama
|
410b8c8f8f
|
8055033: Shell tests for jrunscript don't pass through VM options
Passed jtreg env variables TESTVMOPTS, TESTJAVAOPTS to java and TESTTOOLVMOPTS, TESTJAVACOPTS to javac launchers
Reviewed-by: sundar
|
2016-10-13 01:59:39 -07:00 |
|
Tim Du
|
6e9244aea4
|
8164322: Test sun/security/pkcs11/PKCS11Test.java shall be updated to run on ARM platforms
Reviewed-by: xuelei
|
2016-10-13 00:45:38 -07:00 |
|
Jayathirth D V
|
cd11a435b1
|
6294607: GIFWriter returns the same compression type twice
Reviewed-by: prr, serb, bpb
|
2016-10-13 11:37:32 +05:30 |
|
Mandy Chung
|
44a7c1b644
|
8164689: Retrofit jar, jlink, jmod as a ToolProvider
Reviewed-by: alanb, lancea
|
2016-10-12 15:41:00 -07:00 |
|
Steve Drach
|
71c0fe8710
|
8166460: jdk/internal/util/jar/TestVersionedStream gets Assertion error
Reviewed-by: psandoz
|
2016-10-12 14:31:17 -07:00 |
|
Roger Riggs
|
41cdc78805
|
8167628: Test for RMI API to export an object with a serialization filter
Reviewed-by: dfuchs
|
2016-10-12 13:53:41 -04:00 |
|
Prasanta Sadhukhan
|
0eb1221aa7
|
8167291: [TEST_BUG] javax/print/attribute/Services_getDocFl.java
Reviewed-by: prr
|
2016-10-12 23:04:39 +05:30 |
|
Artem Smotrakov
|
a535d2d833
|
8166530: sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently
Reviewed-by: chegar
|
2016-10-20 11:23:41 -07:00 |
|
Amy Lu
|
8049802fc8
|
8146257: sun/net/www/protocol/jar/B4957695.java fails intermittently with java.lang.RuntimeException: some jar_cache files left behind
Reviewed-by: chegar
|
2016-10-20 20:20:10 +08:00 |
|
Weijun Wang
|
8bd0c80e92
|
8168374: TsacertOptionTest.java fails on all platforms
Reviewed-by: vinnie
|
2016-10-20 14:11:26 +08:00 |
|
Weijun Wang
|
debfdef758
|
8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
Reviewed-by: mullan
|
2016-10-20 09:24:47 +08:00 |
|
Paul Sandoz
|
bf450d55c1
|
8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain
Reviewed-by: martin, dl
|
2016-10-10 15:58:42 -07:00 |
|
Mandy Chung
|
fddb29160d
|
8162401: Support multiple --add-exports and --add-reads with the same module/package
Reviewed-by: alanb, redestad, sundar
|
2016-10-10 15:46:14 -07:00 |
|
Phil Race
|
e4ed1ab3d7
|
Merge
|
2016-10-10 14:35:20 -07:00 |
|
Phil Race
|
13dd764edf
|
Merge
|
2016-10-10 13:31:48 -07:00 |
|
Sibabrata Sahoo
|
05b72e77b7
|
8156054: Test Task: Develop new tests for JEP C155: Remove FilePermission Pathname Canonicalization
New test for removing canonicalize path from FilePermission.
Reviewed-by: weijun
|
2016-10-10 00:45:13 -07:00 |
|
Weijun Wang
|
ba9df3533c
|
8164705: Remove pathname canonicalization from FilePermission
Reviewed-by: alanb, bpb
|
2016-10-10 08:28:50 +08:00 |
|
Jonathan Gibbons
|
0f9a011475
|
8159855: Create an SPI for tools
Reviewed-by: mchung
|
2016-10-07 16:49:31 -07:00 |
|
Brent Christian
|
2d52d60a1e
|
8151486: Class.forName causes memory leak
Remove ClassLoader.domains
Reviewed-by: coleenp, dholmes, mchung, naoto
|
2016-10-07 12:01:24 -07:00 |
|
Athijegannathan Sundararajan
|
d47b7ffca5
|
8167018: Nashorn and jjs should support --module-path and --add-modules options
Reviewed-by: jlaskey, hannesw
|
2016-10-07 21:28:00 +05:30 |
|
Manajit Halder
|
af18bfc781
|
8165555: [macosx] VM crashes on second attempt to execute JCK interactive tests that use Robot (single JVM, agent)
Reviewed-by: serb, aniyogi
|
2016-10-06 20:51:34 +05:30 |
|
Ajit Ghaisas
|
213d68352e
|
8058950: [TESTBUG] There is no F1 dialog when the case loading,so we can't restore it
Reviewed-by: serb, arapte
|
2016-10-06 20:37:03 +05:30 |
|
Rajeev Chamyal
|
5e40c7ba0e
|
8151787: Unify the HiDPI splash screen image naming convention
Reviewed-by: prr, alexsch, ksrini
|
2016-10-06 14:31:12 +05:30 |
|
Alejandro Murillo
|
db351aa712
|
Merge
|
2016-10-05 09:52:55 -07:00 |
|
Alexander Scherbatiy
|
b03a8f26db
|
8165485: Bad rendering of Swing UI controls with Motif L&F on HiDPI display
8147600: [hidpi] invalid rendering of Swing UI controls (radiobuttons, choice etc.)
Reviewed-by: serb
|
2016-10-05 18:42:34 +04:00 |
|
Alexander Scherbatiy
|
04e0dfd1eb
|
8166591: [macos 10.12] Trackpad scrolling of text on OS X 10.12 Sierra is very fast (Trackpad, Retina only)
Reviewed-by: malenkov, serb
|
2016-10-05 18:29:18 +04:00 |
|
Alejandro Murillo
|
7e7cbce1f6
|
Merge
|
2016-10-05 06:28:23 -07:00 |
|
Mandy Chung
|
6504983459
|
8166860: Add magic number to jmod file
Reviewed-by: alanb, jjg
|
2016-10-04 18:56:28 -07:00 |
|
Phil Race
|
d55a3a75b1
|
Merge
|
2016-10-03 14:10:40 -07:00 |
|
Steve Drach
|
3d6de648b9
|
8165944: jar utility doesn't process more than one -C argument
Reviewed-by: psandoz
|
2016-10-03 10:57:29 -07:00 |
|