Amy Lu
|
7c65dd947d
|
8170581: Remove OpenNonIntegralNumberOfSampleframes.java from ProblemList
Reviewed-by: darcy
|
2016-12-02 10:56:46 +08:00 |
|
Paul Sandoz
|
ca77f42179
|
8170155: StringBuffer and StringBuilder stream methods are not late-binding
Reviewed-by: sherman
|
2016-12-01 17:52:59 -08:00 |
|
Xueming Shen
|
689077a9da
|
8167328: jar -d m.jar hangs
Reviewed-by: alanb, mchung, chegar
|
2016-12-01 15:42:22 -08:00 |
|
Lana Steuck
|
a785d65035
|
Merge
|
2016-12-01 21:39:49 +00:00 |
|
Lana Steuck
|
19878eac41
|
Added tag jdk-9+147 for changeset 3bffdeb6c8d9
|
2016-12-01 21:01:53 +00:00 |
|
Claes Redestad
|
f7751b87cd
|
8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection
Reviewed-by: rriggs, alanb
|
2016-12-01 19:03:11 +01:00 |
|
Weijun Wang
|
22ba1d5ebb
|
8170364: FilePermission path modified during merge
Reviewed-by: alanb
|
2016-11-28 22:32:17 +08:00 |
|
Maksim Khramov
|
547092cf8d
|
8167284: [TESTBUG] [PIT] possible regression: javax/swing/JRadioButton/FocusTraversal/FocusTraversal.java
Reviewed-by: ssadetsky, yan
|
2016-11-28 14:36:46 +03:00 |
|
Magnus Ihse Bursie
|
7afbd4b39f
|
8031567: Better model for storing source revision information
Reviewed-by: erikj
|
2016-11-28 09:20:13 +01:00 |
|
Semyon Sadetsky
|
893ec91655
|
8168135: The issue JDK-8164462 seems not fixed in b140
Reviewed-by: serb
|
2016-11-28 10:36:40 +03:00 |
|
Avik Niyogi
|
b61b0b8c00
|
8167160: [TEST_BUG][PIT] failure of javax/swing/JRadioButton/8033699/bug8033699.java
Reviewed-by: psadhukhan, serb
|
2016-11-24 14:11:32 +05:30 |
|
Harsha Wardhana B
|
fdedfbc0f3
|
8141591: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently
Reviewed-by: dfuchs
|
2016-11-24 12:04:44 +05:30 |
|
Prasanta Sadhukhan
|
f04a27dbdc
|
8048702: Deprecate obsolete classes in javax/swing/plaf/metal/MetalFileChooserUI.java
Reviewed-by: serb, alexsch
|
2016-11-24 11:58:52 +05:30 |
|
John Jiang
|
794f11de72
|
8158916: ProblemList.txt update for com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java
Change the associated issue from JDK-8141370 to JDK-8169942
Reviewed-by: dfuchs
|
2016-11-23 18:13:51 -08:00 |
|
Lana Steuck
|
2e931825c6
|
Added tag jdk-9+146 for changeset f7a57d034f22
|
2016-11-23 16:16:35 +00:00 |
|
Anton Tarasov
|
9d87230fcc
|
8140525: AwtFrame::WmShowWindow() may steal focus
Reviewed-by: serb, ssadetsky
|
2016-11-23 18:48:02 +03:00 |
|
Avik Niyogi
|
ba274b43ec
|
8138771: java.awt.image.AbstractMultiResolutionImage needs customized spec for methods of Image which it implements
Reviewed-by: flar, alexsch
|
2016-11-23 14:28:14 +05:30 |
|
Li Jiang
|
819c6f5c78
|
8065555: Remove incorrect locale data for inexistent language German (Greece)
Reviewed-by: naoto
|
2016-11-22 22:27:20 -08:00 |
|
Phil Race
|
80cef0fcce
|
8170242: jdk.desktop needs package access to sun.awt
Reviewed-by: ihse, mullan
|
2016-11-23 11:53:40 -08:00 |
|
Lana Steuck
|
84d4718724
|
Merge
|
2016-11-23 19:15:15 +00:00 |
|
Joe Darcy
|
fc2f422623
|
8169479: java.lang.reflect.Constructor class has wrong api documentation
Reviewed-by: bpb, psandoz
|
2016-11-23 11:05:10 -08:00 |
|
Brent Christian
|
20c0c1d9d0
|
8136831: Undefined null behavior in ClassLoader.getResourceXXXX()
Reviewed-by: alanb, mchung, psandoz
|
2016-11-23 10:41:25 -08:00 |
|
Paul Sandoz
|
f5f1fcb803
|
8132964: Spliterator documentation on Priority(Blocking)Queue
Reviewed-by: martin, dl, chegar
|
2016-11-23 10:35:44 -08:00 |
|
Paul Sandoz
|
11b92f7ddb
|
8169808: Stream returning methods should specify if they are late binding
Reviewed-by: martin
|
2016-11-23 10:35:43 -08:00 |
|
Brent Christian
|
36ffe056e1
|
8169435: ClassLoader.isParallelCapable is final and conflicting method may get VerifyError
Reviewed-by: acorn, dholmes, mchung
|
2016-11-23 10:34:10 -08:00 |
|
Roger Riggs
|
305d776581
|
8169645: ObjectInputFilter Config spec is ambiguous regarding overriding the filter via System properties
Reviewed-by: bpb
|
2016-11-23 11:47:29 -05:00 |
|
Roger Riggs
|
086115b975
|
8169416: SSLSessionImpl finalize overhead
Reviewed-by: xuelei, bpb
|
2016-11-23 10:20:05 -05:00 |
|
Jamil Nimeh
|
a4e5122d64
|
8170035: When determining the ciphersuite lists, there is no debug output for disabled suites
Provide extra debugging output for JSSE that displays disabled cipher suites
Reviewed-by: vinnie, wetmore
|
2016-11-22 20:54:32 -08:00 |
|
Amy Lu
|
3b349e495b
|
8170158: Remove ClassLoader/platformClassLoader/DefinePlatformClass.java from ProblemList
Reviewed-by: dfuchs
|
2016-11-23 10:12:01 +08:00 |
|
Phil Race
|
51de98373e
|
Merge
|
2016-11-22 11:46:06 -08:00 |
|
Phil Race
|
05f6d3edc7
|
Merge
|
2016-11-22 10:45:48 -08:00 |
|
Phil Race
|
9341d6fc60
|
8169887: javax/swing/JEditorPane/8080972/TestJEditor.java, javax/swing/text/View/8080972/TestObjectView.java are failing
Reviewed-by: serb, alexsch
|
2016-11-22 10:43:49 -08:00 |
|
Magnus Ihse Bursie
|
895d5ab5ab
|
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
Reviewed-by: erikj
|
2016-11-22 14:48:16 +01:00 |
|
Hamlin Li
|
a7eccd60df
|
8153543: java/rmi/transport/reuseDefaultPort/ReuseDefaultPort.java fails intermittently
Reviewed-by: chegar
|
2016-11-22 01:37:18 -08:00 |
|
Bhanu Prakash Gopularam
|
460675bc08
|
8158880: java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
Set locale explicitly in the test
Reviewed-by: rriggs, naoto
|
2016-11-22 08:22:57 +00:00 |
|
Rachna Goel
|
a9bb2d512b
|
8168906: Tighten permissions granted to the jdk.localedata module
Reviewed-by: okutsu, naoto, alanb, mullan
|
2016-11-22 13:02:12 +05:30 |
|
Amanda Jiang
|
421c8d8778
|
8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
Reviewed-by: weijun
|
2016-11-21 22:50:22 -08:00 |
|
Hamlin Li
|
9fc3ceda86
|
8170049: tests under java/rmi/activation/ fail with "java.security.AccessControlException: access denied ("java.net.SocketPermission" "localhost:5281" "listen,resolve")" on windows
Reviewed-by: rriggs
|
2016-11-21 17:17:21 -08:00 |
|
Brian Burkhalter
|
c71d7e10e6
|
8170142: Broken links in TIFF metadata format and usage notes
Change href attributes to the correct destinations
Reviewed-by: prr
|
2016-11-21 15:04:37 -08:00 |
|
Lana Steuck
|
6993b24b83
|
Merge
|
2016-11-21 18:48:31 +00:00 |
|
Alexander Scherbatiy
|
9ebdadb0f0
|
8169719: WrappedPlainView.modelToView() should return Rectangle2D
Reviewed-by: prr, serb, ssadetsky
|
2016-11-21 17:46:48 +03:00 |
|
Harsha Wardhana B
|
44f0e6e482
|
8169575: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java failing with jtreg tip
Reviewed-by: rriggs, fparain
|
2016-11-21 12:13:39 +05:30 |
|
Lana Steuck
|
964fb2939d
|
Added tag jdk-9+145 for changeset fb4ce696b742
|
2016-11-17 17:50:08 +00:00 |
|
Rahul Raghavan
|
b5aa3c60c0
|
8159035: com/sun/crypto/provider/Cipher/CTS/CTSMode.java test crashed due to unhandled case of cipher length value as 0
Handled 0 length input case in Java wrapper method
Reviewed-by: alanb, ascarpino, kvn, sherman, thartmann
|
2016-11-17 01:17:26 -08:00 |
|
Ambarish Rapte
|
d1743ce948
|
6614519: [Doc] Description java.awt.dnd.DragSourceContext.getCursor() should be clarified
Reviewed-by: serb, ssadetsky
|
2016-11-17 14:14:40 +05:30 |
|
Ambarish Rapte
|
bd215e318b
|
8169840: [TESTBUG] DisposeDialogNotActivateOwnerTest: Test clashes with another test with a similar name
Reviewed-by: serb, aghaisas
|
2016-11-17 11:57:56 +05:30 |
|
Prasanta Sadhukhan
|
6d895b494d
|
8168657: [PIT] Still, on Windows test always fails: java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java
Reviewed-by: serb, rchamyal
|
2016-11-17 11:48:37 +05:30 |
|
Dmitry Batrak
|
26282a374c
|
8169202: [macos] Font substitution does not work for supplementary characters
Reviewed-by: serb, prr
|
2016-11-17 02:31:04 +03:00 |
|
Phil Race
|
67657286e4
|
8167182: Exported elements referring to inaccessible types in jdk.accessibility
Reviewed-by: serb, ssadetsky
|
2016-11-16 14:27:39 -08:00 |
|
Phil Race
|
15c92b98a3
|
8168759: Incorrect vertical positioning of diacritics
Reviewed-by: serb
|
2016-11-16 11:49:52 -08:00 |
|