Vinnie Ryan
79e58cc0e5
8132786: java/security/cert/CertPathValidator/OCSP/AIACheck.java fails intermittently
...
Reviewed-by: mullan
2015-08-24 16:22:37 +01:00
Alexander Scherbatiy
d14c028db9
6302464: Allow programmatic enabling of subpixel anti-aliasing in Swing on ANY platform
...
Reviewed-by: serb, azvegint
2015-08-24 16:06:36 +04:00
Joel Borggrén-Franck
b7e143e8f6
8073056: Repeating annotations throws java.security.AccessControlException with a SecurityManager
...
Reviewed-by: ahgross, darcy
2015-08-24 11:00:12 +02:00
Sergey Bylokhov
49091ccf1d
8133926: No frame icon for InternalFrame in Windows LaF
...
Reviewed-by: azvegint, alexsch
2015-08-21 20:59:07 +03:00
Alexander Zvegintsev
5b3adbd1d3
8134028: [PIT] XToolkit, strange behavior of robot.createScreenCapture(): looks like a native crash in X11/GTK
...
Reviewed-by: alexsch, serb
2015-08-21 10:43:47 -07:00
Lana Steuck
d529045202
Merge
2015-08-20 12:29:24 -07:00
David Katleman
dda4b20661
Added tag jdk9-b78 for changeset 5f6d9917598c
2015-08-20 11:38:21 -07:00
Svetlana Nikandrova
72ddd6cff7
8050460: JAAS login/logout tests with LoginContext
...
Reviewed-by: xuelei
2015-08-20 11:16:54 -07:00
Peter Brunet
56de5acc82
8133897: IndexOutOfBounds exception being thrown
...
In JTabbedPane.Page.getBounds return null when indexOfTab returns -1
Reviewed-by: azvegint, alexsch
2015-08-20 13:00:19 -05:00
Alejandro Murillo
c56196370b
Merge
2015-08-20 07:36:37 -07:00
Sergey Bylokhov
7e07b0d76f
8077270: Missed test data in the test on java.beans.BeanProperty
...
Reviewed-by: alexsch
2015-08-20 13:46:16 +03:00
Sergey Bylokhov
8e49701e7b
8067087: Fix mac-specific deprecation warnings in the java.desktop module
...
Reviewed-by: azvegint, alexsch
2015-08-20 13:33:12 +03:00
Brian Burkhalter
ada1a8eecd
8074821: Resolve disabled warnings for libnio
...
Enable the indicated warnings and correct the code which provoked them.
Reviewed-by: alanb
2015-08-19 13:11:24 -07:00
Vinnie Ryan
68703f6458
8130799: KeyStoreSpi.engineProbe does not throw the expected NullPointerException
...
Reviewed-by: xuelei
2015-08-19 17:42:52 +01:00
Alexander Scherbatiy
3b888867cb
8131339: [macosx] setMaximizedBounds() doesn't work for undecorated Frame
...
Reviewed-by: serb
2015-08-19 09:54:15 +04:00
Mandy Chung
f32b9d1944
8132944: test java/lang/ClassLoader/GetSystemPackage.java writes stuff to Agent stdout
...
Reviewed-by: dholmes
2015-08-18 20:30:15 -07:00
Valerie Peng
33abd28183
8086002: Move apple.security.AppleProvider to a proper module
...
Move Apple provider to java.base module with "libosxsecurity" native library.
Reviewed-by: mchung
2015-08-18 21:16:27 +00:00
Joe Darcy
71cc6f510a
8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
...
Reviewed-by: lancea
2015-08-18 12:49:00 -07:00
Nadeesh TV
891a84dd0c
8017187: [TEST BUG] [macosx] After click "test",the case failed automatically with thrown exception in the log since jdk8b75
...
Reviewed-by: alexsch, serb
2015-08-18 20:42:02 +03:00
Alexander Stepanov
3ff6e41288
8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
...
Minor docs cleanup (jdk part)
Reviewed-by: lancea
2015-08-18 18:04:17 +03:00
Jean-Francois Denise
4d4cf68fd9
8132527: jimage tool extract and recreate options are not consistent (no NPE)
...
Module metadata original name must be reused when recreating a jimage
Reviewed-by: jlaskey
2015-08-18 15:46:01 +02:00
Sergey Bylokhov
58cd114398
8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
...
Reviewed-by: alexsch, amenkov
2015-08-18 15:51:23 +03:00
David Buck
a9fb6ab847
8133666: OperatingSystemMXBean reports abnormally high machine CPU consumption on Linux
...
Reviewed-by: sla, mgronlun
2015-08-18 04:29:28 -07:00
Alejandro Murillo
64e18f581d
Merge
2015-08-17 11:18:31 -07:00
David Dehaven
75e42535c3
Merge
2015-08-17 10:12:16 -07:00
Sergey Bylokhov
894f976f30
6778087: getLocationOnScreen() always returns (0, 0) for mouse wheel events
...
Reviewed-by: alexsch, azvegint
2015-08-17 16:56:22 +03:00
Dmitry Samersoff
8b0d0cea27
Merge
2015-08-17 12:45:16 +03:00
Aleksei Efimov
c390eb1b70
8133321: (tz) Support tzdata2015f
...
Reviewed-by: okutsu
2015-08-17 12:28:55 +03:00
Konstantin Shefov
5e34f12e24
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
...
Reviewed-by: vlivanov, mhaupt
2015-08-17 12:21:34 +03:00
Konstantin Shefov
20d0bb4d38
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
...
Reviewed-by: vlivanov, mhaupt
2015-08-17 12:13:18 +03:00
Sergey Kuksenko
cd2d84c814
8132330: Ineffective SecureRandom usage in RSA encoding with PKCS1Padding
...
Reviewed-by: weijun
2015-08-15 21:14:08 +08:00
Xueming Shen
bef17a6e80
8039390: Unexpected behaviour of String.format with null arguments
...
To explicitly specify the null behavior for all conversions
Reviewed-by: rriggs
2015-08-15 04:38:51 +00:00
Alexander Stepanov
ea7449a3ad
8133480: replace some <tt> tags (obsolete in html5) in core-libs docs
...
Reviewed-by: lancea
2015-08-14 14:40:13 +03:00
Volker Simonis
1b8b82463e
8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
...
Reviewed-by: rriggs, smarks
2015-08-14 10:35:45 +02:00
Joe Darcy
7cc817742f
8133588: Place TimeoutLockLoops.java on the problem list
...
Reviewed-by: dholmes
2015-08-13 21:46:05 -07:00
Alejandro Murillo
d8f13cb1d1
Merge
2015-08-13 15:50:52 -07:00
Lana Steuck
e818494b53
Merge
2015-08-13 14:16:12 -07:00
David Katleman
8a19dd511d
Added tag jdk9-b77 for changeset c02e2d8c7f9f
2015-08-13 12:20:07 -07:00
Brian Burkhalter
10207de32f
8065595: Wrong JNI_OnLoad called if just loaded lib does not have JNI_OnLoad function
...
Add nio_util.c containing JNI_OnLoad bare bones implementation.
Reviewed-by: rriggs
2015-08-13 09:36:14 -07:00
Athijegannathan Sundararajan
d45350bdb1
8133347: Add makefiles support and basic session, persistence history navigation with jline
...
Reviewed-by: erikj, jlahoda, jlaskey
2015-08-13 19:09:18 +05:30
Alexander Stepanov
6b4c935035
8133459: replace <tt> tags (obsolete in html5) in java.nio docs
...
Reviewed-by: lancea
2015-08-13 12:40:07 +03:00
Amy Lu
48b997d5b3
8079769: tools/pack200/PackTestZip64.java may timeout at preparing the large test file
...
Reviewed-by: ksrini
2015-08-13 09:35:45 +03:00
Rajan Halade
ec15b70de5
8048624: Tests for SealedObject
...
Reviewed-by: valeriep
2015-08-13 06:42:05 +03:00
Ivan Gerasimov
6b0aff010f
8133232: [fs] Regex has redundant | in the char class
...
Reviewed-by: bpb, rriggs
2015-08-12 22:24:26 +03:00
Brian Burkhalter
5924c95500
8132539: (fs) Files.lines(path).collect() returns wrong value in JDK 9 with certain files
...
Do not use the Spliterator approach for lines() if the FileChannel size is thought to be zero.
Reviewed-by: chegar
2015-08-12 07:55:24 -07:00
Vinnie Ryan
cdb7f50a4b
8133318: Exclude intermittent failing PKCS11 tests on Solaris SPARC 11.1 and earlier
...
Reviewed-by: mullan
2015-08-12 14:38:09 +01:00
David Dehaven
ebed974436
Merge
2015-08-11 12:33:25 -07:00
David Dehaven
0cf20fdd7b
Merge
2015-08-11 12:32:10 -07:00
Alexander Stepanov
c683f90b9a
8133188: docs: replace <tt> tags (obsolete in html5) for java.util
...
Reviewed-by: martin
2015-08-11 20:46:46 +03:00
Sean Mullan
784379f7a4
8077055: Allow other named SecurityPermissions, RuntimePermissions, and AuthPermissions to be used
...
Reviewed-by: weijun
2015-08-11 08:48:18 -04:00
Matthias Baesken
1104878b02
8133105: Fix getFinalAttributes() on Windows to handle more special cases
...
Reviewed-by: simonis, rriggs
2015-08-11 10:53:50 +02:00
Alejandro Murillo
29ad7ba848
Merge
2015-08-10 18:58:25 -07:00
Brian Burkhalter
eb79060337
8133287: (fs) java/nio/file/Files/probeContentType/ParallelProbes.java should use othervm mode
...
Add @build tag containing ParallelProbes and SimpleFileTypeDetector and reinstate othervm mode.
Reviewed-by: darcy
2015-08-10 17:26:55 -07:00
Joe Darcy
c32cc2b967
8133231: Mark TimeoutLockLoops.java as failing intermittently
...
Reviewed-by: lancea
2015-08-10 16:28:31 -07:00
Brian Burkhalter
aabba04bda
8132497: (fs) FileSystems.newFileSystem(URI, ..) doesn't handle UOE thrown by provider
...
Handle UOEs in newFileSystem(URI,...) similarly to as done in newFileSystem(Path path, ClassLoader loader).
Reviewed-by: chegar
2015-08-10 10:50:24 -07:00
Staffan Larsen
48c33a4389
Merge
2015-08-10 13:34:55 +00:00
Staffan Larsen
de0713848b
8076470: Remove the JVM TI hprof Agent
...
Reviewed-by: sspitsyn, mchung, erikj
2015-08-10 13:08:55 +02:00
Dmitry Samersoff
c23132013d
Merge
2015-08-10 14:05:37 +03:00
Brian Burkhalter
e0803f5e68
8133207: ParallelProbes.java test fails after changes for JDK-8080115
...
Do not run in othervm mode.
Reviewed-by: darcy, rriggs
2015-08-07 16:09:10 -07:00
Brian Burkhalter
f0c2f24793
8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads
...
Make GnomeFileTypeDetector.probeGio() synchronized and add a regression test based on the test source included in JDK-8080115.
Reviewed-by: chegar
2015-08-07 07:10:44 -07:00
Volker Simonis
0ee85af4ec
8132551: Initialize local varibales before returning them in p11_convert.c
...
Reviewed-by: wetmore
2015-08-07 10:25:19 +02:00
Naoto Sato
b9a10bbf8d
8133044: [TESTBUG] CLDRDisplayNameTest uses deprecated API, fails
...
Reviewed-by: okutsu
2015-08-06 18:20:11 -07:00
Xueming Shen
f6514bdd8a
8080252: java.util.Formatter documentation of %n converter is misleading
...
To correct the %n ref to System.lineSeparator()
Reviewed-by: smarks, rriggs
2015-08-06 21:56:31 +00:00
Alejandro Murillo
aa37ecbc21
Merge
2015-08-06 13:00:45 -07:00
Brian Burkhalter
ba6e733ede
8129633: (fs) Investigate removing the GNOME-based FileTypeDetector from the Linux and Solaris implementations
...
Remove the GNOME VFS detector leaving the libgio detector in place.
Reviewed-by: chegar
2015-08-06 12:35:59 -07:00
Roger Riggs
e2f7de320c
8133022: Instant.toEpochMilli() silently overflows
...
Reviewed-by: lancea, chegar, simonis, dfuchs, igerasim
2015-08-06 14:35:04 -04:00
Lana Steuck
8145a4b457
Merge
2015-08-06 11:19:53 -07:00
Joe Darcy
be08ff7407
8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
...
Reviewed-by: mullan
2015-08-06 10:34:25 -07:00
Xueming Shen
360600731c
8022224: Rare bug in JISAutodetect charset detected by FindDecoderBugs test
...
To update JISAutodetect decoder to return overflow appropriately.
Reviewed-by: chegar, martin
2015-08-06 10:15:55 -07:00
Sergey Bylokhov
c595f6461c
4379403: Need to disable the "magic AWT dump key" (CTRL+SHIFT+F1)
...
Reviewed-by: alexsch, azvegint
2015-08-06 19:52:02 +03:00
Alexander Stepanov
c78487e756
8133115: docs: replace <tt> tags (obsolete in html5) for java.util.logging, java.util.prefs, java.util.zip, java.util.jar
...
Reviewed-by: lancea
2015-08-06 19:07:35 +03:00
Alexander Fomin
c1ef47c427
8080108: [TEST_BUG] ERROR: No IPv6 address returned from platform
...
Reviewed-by: chegar, rriggs
2015-08-06 19:01:40 +03:00
David Katleman
59e0bcdf2c
Added tag jdk9-b76 for changeset cd6f3c0376eb
2015-08-06 08:07:39 -07:00
Sergey Bylokhov
f93a7de976
7124271: [macosx] RealSync test failure
...
Reviewed-by: alexsch, azvegint
2015-08-06 17:55:32 +03:00
Peter Brunet
9de97cfe33
8051626: Rework security restrictions of Java Access Bridge and related Utilities
...
Move non-public code to internal directories; restrict those directories
Reviewed-by: mchung, prr, mullan, serb
2015-08-14 13:59:40 -05:00
Stuart Marks
0e680c10d5
8068749: Restrict javax.imageio.spi.ServiceRegistry to ImageIO types
...
Reviewed-by: prr, serb
2015-08-13 13:30:15 -07:00
Phil Race
03755fc9cb
8133514: Update NervousText demo to use java.version System property
...
Reviewed-by: serb, iris
2015-08-13 12:27:06 -07:00
Phil Race
3774d9b151
8132850: java.lang.ArrayIndexOutOfBoundsException during text rendering with many fonts installed
...
Reviewed-by: jgodinez, serb
2015-08-13 12:12:10 -07:00
Pooja Chopra
298ef6a50e
8081764: [TEST_BUG] Test javax/swing/plaf/aqua/CustomComboBoxFocusTest.java fails on Windows, Solaris Sparcv9 and Linux but passes on MacOSX
...
Reviewed-by: alexsch, azvegint
2015-08-13 16:26:17 +03:00
Mikhail Cherkasov
5896a1bf4a
8081787: [macosx] MalformedURLException is thrown during reading data for application/x-java-url;class=java.net.URL flavor
...
Reviewed-by: alexsch, serb
2015-08-13 15:29:03 +03:00
Yuri Nesterenko
565373e1bc
8132958: [TEST_BUG] Part 1: update client tests failing after changes in setAccessible(true) routine
...
Reviewed-by: alexsch, serb
2015-08-13 14:20:36 +03:00
David Dehaven
d3d5d40154
Merge
2015-08-12 09:36:43 -07:00
Sergey Bylokhov
ddcf7babce
8131926: java/beans/SimpleBeanInfo/LoadingStandardIcons/LoadingStandardIcons.java failure with modular JDK
...
Reviewed-by: azvegint, alexsch
2015-08-12 14:37:44 +03:00
Alexander Stepanov
ae92e55c99
8133134: docs: replace <tt> tags (obsolete in html5) for java.desktop
...
Reviewed-by: alexsch
2015-08-12 13:57:12 +03:00
Alexander Zvegintsev
23438be9c4
8014212: Robot captures black screen
...
Reviewed-by: alexsch, serb
2015-08-11 16:32:13 +03:00
Mario Torre
f0f77d2b23
8075584: test for 8067364 depends on hardwired text advance
...
The test incorrectly included values that depend on the installed fonts
Reviewed-by: serb, prr
2015-08-10 14:42:07 +02:00
Daniel Fuchs
6af81451d1
8132550: java/util/logging/LoggingDeadlock2.java times out
...
LogManager must also use the configurationLock when reading its primordial configuration.
Reviewed-by: joehw
2015-08-06 16:36:47 +02:00
Alexander Stepanov
7d145a9a12
8133040: docs: replace <tt> tags (obsolete in html5) for java.management
...
Reviewed-by: dfuchs
2015-08-06 13:59:10 +03:00
Alexander Stepanov
321faa7346
8132468: docs: replace <tt> tags (obsolete in html5) for java.io, java.lang, java.math
...
Reviewed-by: lancea, dfuchs, smarks
2015-08-06 13:20:13 +03:00
Prasanta Sadhukhan
924b4ad5ff
8080287: The image of BufferedImage.TYPE_INT_ARGB and BufferedImage.TYPE_INT_ARGB_PRE is blank
...
Reviewed-by: prr, flar
2015-08-06 11:36:52 +03:00
Jamil Nimeh
e7f31340a0
8046321: OCSP Stapling for TLS
...
Initial feature commit for OCSP stapling in JSSE
Reviewed-by: xuelei, mullan
2015-08-05 12:19:38 -07:00
Joe Darcy
16655aecb0
8133060: Problem list BasicLauncherTest until fix for JDK-8132648 propagates
...
Reviewed-by: dsamersoff
2015-08-05 11:06:49 -07:00
Alexander Stepanov
fed9b961cb
8132566: [TESTBUG] add regression test for inherited classes with the new bean annotations
...
Reviewed-by: alexsch
2015-08-05 19:11:27 +03:00
Naoto Sato
3513b81516
8132494: Wrong CLDR resource bundle names for legacy ISO language codes
...
Reviewed-by: okutsu
2015-08-05 07:41:28 -07:00
Nadeesh TV
418139cec1
8028618: [TEST BUG] javax/swing/JScrollBar/bug4202954/bug4202954.java fails
...
Reviewed-by: alexsch, azvegint
2015-08-05 16:35:41 +03:00
Alexander Stepanov
ff767bf9f9
8132877: docs: replace <tt> tags (obsolete in html5) for javax.naming
...
Reviewed-by: lancea, dfuchs
2015-08-05 13:40:18 +03:00
Alejandro Murillo
ddb63861a3
Merge
2015-08-04 22:02:12 -07:00
Kim Barrett
d2c926a6ec
Merge
2015-08-05 03:43:31 +02:00
Stuart Marks
e6d9c734ec
8132800: clarify stream package documentation regarding sequential vs parallel modes
...
Reviewed-by: psandoz
2015-08-04 14:45:38 -07:00
Kim Barrett
8bfa163a68
8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
...
Carefully order ref.queue and queue list updates to address races.
Reviewed-by: dholmes, dfuchs, plevart
2015-08-04 17:26:14 -04:00
Dmitry Samersoff
b8c808e251
Merge
2015-08-04 19:25:59 +00:00
David Dehaven
1942bcfa90
Merge
2015-08-04 11:31:19 -07:00
Joe Darcy
9c9b37de81
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
...
Reviewed-by: psandoz
2015-08-04 11:26:51 -07:00
Alejandro Murillo
5a76b5c4e6
Merge
2015-08-04 10:59:31 -07:00
Dmitry Samersoff
9b98a06f7d
8132648: sun/tools/jhsdb/BasicLauncherTest fails with java.lang.RuntimeException
...
Added check for standard conditions causing attach to fail
Reviewed-by: jbachorik, sspitsyn
2015-08-04 18:11:40 +03:00
Jaroslav Bachorik
82f9578bb3
8085919: OperatingSystemMXBean/TestTotalSwap.java failure : Total Swap Space figures mismatch
...
Reviewed-by: dholmes
2015-08-04 15:16:23 +02:00
Alexander Stepanov
de09603863
8131055: bean annotations: add a test checking if a user-defined BeanInfo is top-priority as compared with the annotations
...
Reviewed-by: alexsch, serb
2015-08-04 14:03:49 +03:00
Semyon Sadetsky
b215a2b390
8132136: [PIT] RTL orientation in JEditorPane is broken
...
Reviewed-by: alexsch, serb
2015-08-04 13:14:28 +03:00
Semyon Sadetsky
21330b8cf8
8130892: Test javax/swing/plaf/basic/BasicTextUI/8001470/bug8001470.java fails in Solaris Sparcv9
...
Reviewed-by: alexsch, serb
2015-08-04 12:58:50 +03:00
Alexander Zvegintsev
861ba88c86
8130400: Test java/awt/image/DrawImage/IncorrectClipXorModeSurface2Surface.java fails with ClassCastException
...
Reviewed-by: prr, serb
2015-08-04 12:34:08 +03:00
Naoto Sato
9166dacb21
8129881: JDK-8008577 breaks Nashorn test
...
8130845: Change to CLDR Locale data in JDK 9 b71 causes SimpleDateFormat parsing errors
8132125: German (Switzerland) formatting broken if CLDR Locale Data is used
Reviewed-by: tbell, okutsu
2015-08-03 21:47:50 -07:00
David Dehaven
726f626bd7
Merge
2015-08-03 16:33:06 -07:00
Peter Brunet
9bd3fad53c
8132249: Clean up JAB debugging code
...
Remove dead code; replace DEBUG_CODE with PrintDebugString; fix typos, incorrect print args
Reviewed-by: van
2015-08-03 15:48:33 -05:00
Brian Burkhalter
594c515e82
8132652: Java_sun_nio_ch_Net_poll passes a long to an int
...
Clamp long timeout parameter to [-1,INT_MAX].
Reviewed-by: alanb
2015-08-03 10:25:38 -07:00
Olivier Lagneau
e4c4b49bdf
8130339: Add tracing info to LowMemoryTest.java to help 8130339 diagnosis
...
Run test with traces even when timeout occurs.
Reviewed-by: jbachorik, sspitsyn
2015-08-03 15:31:29 +02:00
Weijun Wang
31e49478d4
8132111: Do not request for addresses for forwarded TGT
...
Reviewed-by: mullan
2015-08-03 09:25:02 +08:00
Ivan Gerasimov
f2aa30e173
8131034: Cleanup in j.u.regex.Pattern.quote()
...
Reviewed-by: psandoz, sherman, martin
2015-08-02 01:39:18 +03:00
Joe Darcy
3efa371123
8132500: Add imageio test to tier 3
...
Reviewed-by: prr
2015-07-31 16:03:48 -07:00
Jiangli Zhou
47e90bb79c
Merge
2015-07-31 16:00:29 -04:00
Lance Andersen
1b7884d8c1
8132801: Fix typo in javax.sql.RowSet.setBlob
...
Reviewed-by: darcy
2015-07-31 13:47:31 -04:00
Alejandro Murillo
972e5ce0a3
Merge
2015-07-31 10:15:03 -07:00
Brian Burkhalter
8c92994887
8132795: Bug ID accidentally omitted from top level regression test in fix for JDK-8065556
...
Add 8065556 to list of IDs in the @bug tag list.
Reviewed-by: alanb
2015-07-31 07:48:34 -07:00
Brian Burkhalter
8a369f2f2c
8073078: java/nio/file/FileStore/Basic.java sensitive to NFS configuration
...
Ignore NoSuchFileExceptions as the store might have been deleted subsequent to creation of the FileStore iterator which is not dynamic.
Reviewed-by: alanb
2015-07-31 07:15:59 -07:00
Brian Burkhalter
56a927013b
8130274: java/nio/file/FileStore/Basic.java fails when two successive stores in an iteration are determined to be equal
...
Make UnixFileStore.equals() also compare the return values of name(), the names of the mounted filesystems.
Reviewed-by: alanb
2015-07-31 07:12:36 -07:00
Brian Burkhalter
6dbdc160b4
8132505: Signature of Java_sun_nio_ch_Net_socket0 should return jint not int
...
Change return type of Java_sun_nio_ch_Net_socket0 from int to jint
Reviewed-by: alanb
2015-07-31 07:04:48 -07:00
Jaroslav Bachorik
71f82b9db5
8129215: com.sun.jmx.mbeanserver.Introspector may provide results inconsistent with the JavaBeans Introspector
...
Reviewed-by: dfuchs
2015-07-31 15:29:34 +02:00
Vinnie Ryan
c1cd222df9
8130850: Support loading a keystore with a custom KeyStore.LoadStoreParameter class
...
Reviewed-by: mullan
2015-07-31 14:29:25 +01:00
Volker Simonis
bc9c07ed47
8132704: [TESTBUG] jdk/internal/jimage/ExecutableTest.java incorrectly asserts all files to be executable
...
Reviewed-by: rriggs, alanb
2015-07-31 15:19:15 +02:00
Alexander Stepanov
48e1903790
8132130: some docs cleanup
...
Some docs cleanup
Reviewed-by: mullan
2015-07-31 15:07:18 +03:00
Paul Sandoz
8856bacb17
8130828: Fix some typos and omissions in the the j.u.stream JavaDoc
...
Reviewed-by: smarks
2015-07-31 12:29:01 +02:00
Yuri Nesterenko
791267a096
6544871: java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html fails from jdk b09 on windows
...
Reviewed-by: serb
2015-07-31 13:13:30 +03:00
Stuart Marks
791c9bdc4d
8132745: minor cleanup of java/util/Scanner/ScanTest.java
...
Reviewed-by: darcy, sherman
2015-07-30 22:21:56 -07:00
Lana Steuck
6ac713fc9b
Merge
2015-07-30 15:22:01 -07:00
Roger Riggs
a0824cf9ea
8132705: Refactor SharedSecrets in sun.misc.JavaNetAccess
...
Factor out access for InetAddress
Reviewed-by: chegar, michaelm, alanb
2015-07-30 14:16:58 -04:00
David Katleman
5bd68c7b8c
Added tag jdk9-b75 for changeset cab0727bdb53
2015-07-30 11:15:38 -07:00
Sergey Bylokhov
7e31b6a900
6206439: JInternalFrame.setLayer(Integer layer) should throw NullPointerException when layer=null
...
Reviewed-by: ant, alexsch
2015-07-30 19:10:23 +03:00
Xueming Shen
46d78c85b4
8132459: ExceptionInInitializerError from 'java -version' on Linux under zh_CN.GB18030 locale
...
To add more charsets into base module for linux and solaris
Reviewed-by: alanb, simonis
2015-07-30 08:46:21 -07:00
Dmitry Samersoff
47bdec1c0e
8059036: Implement Diagnostic Commands for heap and finalizerinfo
...
Implement Diagnostic Commands for heap and finalizerinfo
Reviewed-by: sla, plevart, mchung
2015-07-30 16:29:13 +03:00
Sergey Bylokhov
9f39d1674f
8132382: [macosx] Crash during JMC or JavaFX execution when NSApplication is controlled by SWT or JavaFX libraries
...
Reviewed-by: kizune, alexsch
2015-07-30 15:27:02 +03:00
Alexander Scherbatiy
dfc226cfb6
8132123: MultiResolutionCachedImage unnecessarily creates base image to get its size
...
Reviewed-by: serb
2015-07-30 12:40:45 +04:00
Alexander Scherbatiy
cf608b3cdb
8130478: Reconsider "awt.toolkit" property usage in java.awt.Toolkit getDefaultToolkit() method
...
Reviewed-by: prr, serb
2015-07-30 12:31:20 +04:00
Prasanta Sadhukhan
c466ee0357
8130507: closed/java/awt/font/JNICheck/JNICheck.sh test reports some warnings
...
Reviewed-by: azvegint, prr
2015-07-29 20:32:35 +03:00
Dmitry Cherepanov
85c4b3c082
Merge
2015-07-29 11:33:02 +04:00
Dmitry Cherepanov
9fb2a2c094
Merge
2015-07-29 09:47:54 +04:00
Sergey Bylokhov
5e745d9ef1
8013586: audioInputStream.close() does not release the resource
...
8130305: AudioSystem behavior depends on order that providers are located
Reviewed-by: prr, amenkov
2015-07-28 22:31:54 +03:00
Semyon Sadetsky
7ecc241629
8130735: javax.swing.TimerQueue: timer fires late when another timer starts
...
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:59:26 +03:00
Semyon Sadetsky
17903d1583
8025815: Child FileDialog of modal dialog does not get focus on Gnome
...
Reviewed-by: azvegint, serb
2015-07-28 20:55:45 +03:00
Semyon Sadetsky
c25b61dc1d
8130769: The new menu can't be shown on the menubar after clicking the "Add" button
...
Reviewed-by: alexsch, serb, azvegint
2015-07-28 20:39:43 +03:00
Sergey Bylokhov
b505b0e570
8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
...
Reviewed-by: ant, azvegint
2015-07-28 18:14:57 +03:00
Olivier Lagneau
57ca07fad6
8131783: Put LowMemoryTest.java in quarantine
...
Add LowMemoryTest.java to ProblemList.txt
Reviewed-by: sspitsyn, jbachorik
2015-07-28 15:07:09 +02:00
Joe Darcy
1570c5e78d
8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure
...
Reviewed-by: dholmes
2015-07-27 18:51:29 -07:00
Michael Fang
9a7441f204
8131105: Header Template for nroff man pages *.1 files contains errors
...
Reviewed-by: katleman
2015-07-27 16:49:10 -07:00
Volker Simonis
29a79fc1a3
8132374: AIX: fix value of os.version property
...
Reviewed-by: alanb, rriggs
2015-07-27 19:50:14 +02:00
Artem Smotrakov
b6bee08125
8048596: Tests for AEAD ciphers
...
Reviewed-by: valeriep
2015-07-25 08:50:45 +03:00
Steve Drach
81705a9e0c
8062849: Optimize EnumMap.equals
...
In the equals method, if the two EnumMaps are a different size return false since they can't be equal.
Reviewed-by: martin, bchristi, rriggs, psandoz
2015-07-24 15:33:13 -07:00
Peter Brunet
d02dfb7a3a
8077707: jdk9 b58 cannot run any graphical application on Win 8 with JAWS running
...
Change dialog proc wparam type from UINT to WPARAM, lparam type from LONG to LPARAM
Reviewed-by: serb, alexsch, van
2015-07-24 13:58:44 -05:00
Brian Burkhalter
7cd090f230
8065556: (bf) Buffer.position and other methods should include detail in IAE
...
Add messages to IAEs which have none.
Reviewed-by: alanb
2015-07-24 11:52:30 -07:00
Jean-Francois Denise
8f15d5a0c2
8132335: jimage tool extract and recreate options are not consistent
...
Incorrect fileName formatting. Replaced with getFileName() + removal of .jimage extension.
Reviewed-by: jlaskey
2015-07-24 18:57:04 +02:00
Katja Kantserova
2df4f67054
8062938: sun/jvmstat/monitor/MonitoredVm/CR6672135.java: java.lang.IllegalArgumentException: Could not map vmid to user name
...
Reviewed-by: jbachorik
2015-07-24 15:28:59 +02:00
Jaroslav Bachorik
aa572f2749
Merge
2015-07-24 20:45:30 +02:00
Harold Seigel
4496a599b2
8081695: Old verifier fails to reject bad access to protected <init> method
...
Remove the class file version check that prevented the proper access check
Reviewed-by: coleenp, gtriantafill, lfoltan
2015-07-24 10:03:58 -04:00
Alejandro Murillo
6f041557c8
Merge
2015-07-24 00:54:07 -07:00
Lana Steuck
101f981a23
Merge
2015-07-23 15:27:58 -07:00
Harold Seigel
78d7217926
Merge
2015-07-23 21:33:57 +02:00
David Katleman
eea9e42b51
Added tag jdk9-b74 for changeset 63fb159920a7
2015-07-23 11:54:29 -07:00
Dmitry Samersoff
ad592d234f
Merge
2015-07-23 15:25:30 +00:00
Dmitry Samersoff
2155377556
8059038: Create new launcher for SA tools
...
Proivide jhsdb command to launch sa based tools
Reviewed-by: sspitsyn, jbachorik
2015-07-23 18:17:02 +03:00
Konstantin Shefov
fdc7b2e85f
8130006: java/lang/invoke/MethodHandles/CatchExceptionTest Fails
...
Reviewed-by: psandoz
2015-07-23 16:46:54 +03:00
Harold Seigel
781e67c86c
8129897: Old verifier fails to reject erroneous cast from boolean[] to byte[]
...
Add ITEM_Boolean enum to differentiate between arrays of booleans and arrays of bytes
Reviewed-by: dholmes, lfoltan
2015-07-23 08:44:37 -04:00
Xueming Shen
3d82fdcaad
8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455"
...
Fixed the 32-bit overflow.
Reviewed-by: rriggs
2015-07-22 21:11:38 -07:00
Steve Drach
31ffde0567
8066013: (prefs) Unused variable in src/java.prefs/share/classes/java/util/prefs/MacOSXPreferences.java
...
Two unused variables in MacOSXPreferences.java were removed
Reviewed-by: cbensen, psandoz, chegar
2015-07-22 14:44:30 -07:00
Yong Jeffrey Huang
7e1ed8f785
8129361: ISO 4217 amendment 160
...
Reviewed-by: naoto
2015-07-29 23:36:51 -07:00
Alejandro Murillo
2135b0eb76
Merge
2015-07-29 20:21:14 -07:00
Stuart Marks
572e30db49
8132206: move ScanTest.java into OpenJDK
...
Reviewed-by: psandoz, sherman
2015-07-29 15:21:12 -07:00
Naoto Sato
0dfdc19faa
8027607: (rb) Provide UTF-8 based properties resource bundles
...
Reviewed-by: okutsu, sherman
2015-07-29 13:36:53 -07:00
Alejandro Murillo
7662ef83e5
Merge
2015-07-29 11:05:02 -07:00
Volker Simonis
520ba7be6c
8132475: The commands in the modular images are executable by the owner only (once again)
...
Reviewed-by: rriggs, alanb
2015-07-29 11:47:19 +02:00
Volker Simonis
f6d8339621
8132408: Check os.name before os.version in SunGraphicsEnvironment constructor
...
Reviewed-by: prr
2015-07-29 11:43:44 +02:00
Xueming Shen
47dbbc7b72
8075526: Need a way to read and write ZipEntry timestamp using local date/time without tz conversion
...
To add a pair of set/getTimeLocal()
Reviewed-by: ksrini, rriggs
2015-07-22 21:43:33 +00:00
Rajan Halade
ef917cec15
8130031: Remove the intermittent keyword for this test
...
Reviewed-by: xuelei
2015-07-22 11:08:35 +03:00
Katja Kantserova
b66a26f3b1
8132094: Mark intermittently failuring core-svc tests
...
Reviewed-by: jbachorik, sspitsyn
2015-07-22 09:51:40 +02:00
Jaroslav Bachorik
5cfa71a605
Merge
2015-07-21 20:37:19 +02:00
Jaroslav Bachorik
d5644aff56
8132059: com/sun/jdi/BreakpointTest.java fails with java.lang.IllegalArgumentException: Bad line number
...
Reviewed-by: dcubed
2015-07-21 18:38:09 +02:00
Daniel D. Daugherty
c2255f8c9f
8075171: Contended Locking fast notify bucket
...
JEP-143/JDK-8073165 Contended Locking fast notify bucket
Co-authored-by: Dave Dice <dave.dice@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Reviewed-by: dholmes, acorn, dice, dcubed
2015-07-21 07:29:10 -07:00
Weijun Wang
e81669d5df
8131051: KDC might issue a renewable ticket even if not requested
...
Reviewed-by: xuelei
2015-07-21 18:02:36 +08:00
Alejandro Murillo
8dd9e26db4
Merge
2015-07-21 14:18:07 -07:00
Tristan Yan
7f9414bc11
8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
...
Reviewed-by: rriggs
2015-07-21 14:15:59 -04:00
Alejandro Murillo
d6317b6e29
Merge
2015-07-21 09:19:19 -07:00
Semyon Sadetsky
41e7243833
8062728: [PIT] Test closed/... fails for Windows only
...
Reviewed-by: alexsch, serb
2015-07-21 09:51:33 +03:00
Semyon Sadetsky
1564b678e7
8130390: Applet fails to launch on virtual desktop
...
Reviewed-by: azvegint, serb
2015-07-21 09:35:04 +03:00
Semyon Sadetsky
3bc940fdaa
8075785: The regression-swing case failed as colored text is not shown on disabled checkbox and radio button with the special options "-client -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel"
...
Reviewed-by: alexsch, serb, azvegint
2015-07-21 08:39:37 +03:00
Semyon Sadetsky
f38b5fcc14
8085948: [Regression] Few Swing, AWT and 2D case fails with Decoder isn't implemented for WingDings Charset error on Windows
...
Reviewed-by: prr, serb
2015-07-21 08:34:01 +03:00
Joe Darcy
6e48caf250
8081734: ConcurrentHashMap/ConcurrentAssociateTest.java, times out 90% of time on sparc with 256 cpu
...
Reviewed-by: chegar
2015-07-20 15:13:50 -07:00
Joe Darcy
8b236a44de
8129904: Add beans tests to tier 3
...
Reviewed-by: alanb, serb
2015-07-20 13:11:20 -07:00
Sean Mullan
7d95b72640
Merge
2015-07-20 09:03:52 -04:00
Sean Mullan
981dbca21a
8131486: SecureClassLoader key for ProtectionDomain cache also needs to take into account certificates
...
Reviewed-by: weijun
2015-07-20 09:03:03 -04:00
Weijun Wang
9866d4239d
8131350: policytool can directly reference permission classes
...
Reviewed-by: xuelei, mullan
2015-07-20 20:47:54 +08:00
Katja Kantserova
29a5a845e9
8075658: Mark intermittently failuring core-svc tests
...
Reviewed-by: jbachorik, olagneau, darcy
2015-07-20 13:14:47 +02:00
Katja Kantserova
fb1eda4698
8037957: [TEST_BUG] javax/management/mxbean/LeakTest.java misses MerlinMXBean & TigerMXBean in @run build tag
...
Reviewed-by: jbachorik
2015-07-20 13:12:00 +02:00
Dmitry Cherepanov
5cea10f338
Merge
2015-07-20 10:21:01 +04:00