Sergei Kovalev
12c36f7ab7
8169002: Several java/net/httpclient have undeclared dependency on java.logging module
...
Reviewed-by: chegar, rriggs, dfuchs
2016-11-03 16:19:29 +03:00
Lance Andersen
2f83338a6e
8169020: Add since element to JDBC deprecated methods
...
Reviewed-by: darcy
2016-11-03 13:34:27 -04:00
Roger Riggs
4c951cbe57
8169055: [TESTBUG] java/io/Serializable/serialFilter/ tests have undeclared dependency on java.compiler module
...
Change serialFilter test to use type in java.base
Reviewed-by: dfuchs, chegar, skovalev
2016-11-03 12:29:05 -04:00
Semyon Sadetsky
047d30b2a9
8062525: JInternalFrame can't show correctly with the specical option "-esa -ea -Xcheck:jni -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
...
Reviewed-by: serb
2016-11-03 12:13:59 +03:00
Semyon Sadetsky
bf4ed44178
8159432: [PIT][macosx] StackOverflow in closed/java/awt/Dialog/DialogDeadlock/DialogDeadlockTest
...
Reviewed-by: serb, azvegint
2016-11-03 11:51:31 +03:00
Amy Lu
a35d0116c4
8143097: java/net/ipv6tests/UdpTest.java fails intermittently with "checkTime failed: got 1998 expected 4000"
...
Reviewed-by: chegar
2016-11-03 15:40:55 +08:00
Amit Sapre
e935e7cb1e
8006078: [findbugs] java.lang.management.ThreadInfo returns mutable objects
...
Cloned the array before returning to caller.
Reviewed-by: dholmes, fparain
2016-11-03 12:04:40 +05:30
Jini George
4e3c345d78
8164783: SA: jhsdb clhsdb 'printall' often throws "Corrupted constant pool" assertion failure
...
Do the special handling for invokedynamic bytecodes while printing out the bytecodes in a method
Reviewed-by: dsamersoff, sundar
2016-11-03 11:53:20 +05:30
Joe Darcy
b369cbb77b
8169024: Problem list OpenNonIntegralNumberOfSampleframes.java until JDK-8168881 is fixed
...
Reviewed-by: rriggs
2016-11-03 01:45:16 +00:00
Felix Yang
447e8a5232
8156504: java/net/URLPermission/nstest/lookup.sh fails intermittently
...
Reviewed-by: chegar, dfuchs
2016-11-02 18:44:59 -07:00
Amy Lu
1bf1087e7f
8151511: Test case in CollectionAndMapModifyStreamTest for LinkedHashMap overrides that for HashMap
...
Reviewed-by: chegar, psandoz
2016-11-03 09:44:43 +08:00
Alexander Zvegintsev
8ae3785001
8143914: Provide Mac-specific fullscreen support
...
Reviewed-by: serb, ssadetsky
2016-11-03 03:49:42 +03:00
Robert Field
bc127f126e
8168972: Editor support: move built-in and external editor support to the jdk repo
...
8167639: jshell tool: Edit Pad has readability issues
Reviewed-by: jlahoda
2016-11-02 16:24:43 -07:00
Robert Field
f9f1ad165e
8168974: Editor support: include properties file in image
...
Reviewed-by: jlahoda
2016-11-02 16:21:36 -07:00
Kumar Srinivasan
3d46ad34e0
8166857: langtools build.xml broken on windows
...
Reviewed-by: jjg, jlahoda, mcimadamore
2016-11-02 15:42:20 -07:00
Jan Lahoda
0c7e5fac7e
8166635: getEnclosedElements() on package causes BadClassFile error
...
Properly reading typevars from enclosing scopes for local classes.
Reviewed-by: mcimadamore
2016-11-03 11:46:20 +01:00
Robert Field
02e5b77101
8167636: jshell tool: Edit Pad should be in its own module
...
Reviewed-by: jlahoda
2016-11-02 16:29:50 -07:00
Stuart Marks
5ff1a63a1c
8169078: add bug IDs to jdeprscan tests
...
Reviewed-by: jjg
2016-11-02 14:22:27 -07:00
Sergey Bylokhov
bc879dff7a
8168881: javax/sound/sampled/Clip/OpenNonIntegralNumberOfSampleframes.java fails
...
Reviewed-by: prr
2016-11-02 23:05:52 +03:00
Jan Lahoda
7cffceb22f
8169074: Build is failing after JDK-8166538
...
Reverting d7c9720c4223
Reviewed-by: darcy
2016-11-02 20:21:45 +01:00
Brian Burkhalter
599879e45f
8164750: TIFF reading fails when ignoring metadata with BaselineTIFFTagSet removed
...
Disallow not adding to metadata fields which are critical to reading the image data even when the BaselineTIFFTagSet has been removed from the TIFFImageReadParam and the ignoreMetadata flag is set.
Reviewed-by: prr
2016-11-02 11:07:16 -07:00
Roger Riggs
036a14e8a3
8158963: RMI server-side multiplex protocol should be disabled
...
Add sun.rmi.transport.tcp.enableMultiplexProtocol to enable RMI multiplex protocol
Reviewed-by: smarks
2016-11-02 13:42:03 -04:00
Ivan Gerasimov
d86b93b397
8168921: Inconsistent Annotation.toString()
...
Reviewed-by: darcy, redestad
2016-11-02 20:53:56 +03:00
Pete Brunet
b968404588
8167213: Re-examine the alternative to deliver include/bridge/AccessBridgeCalls.c
...
Remove AccessBridgeCalls.c from the include directory
Reviewed-by: prr, erikj, mchung, alexsch
2016-11-02 09:44:01 -07:00
Jan Lahoda
5daafbe43b
8166538: Improve error reporting for compiling against unexported package
...
When a type cannot be found, look into other modules, search for possible viable types, and report them conveniently to the user.
Reviewed-by: mcimadamore, jjg
2016-11-02 16:48:57 +01:00
Ivan Gerasimov
4541ef3ed7
8168923: Use unsigned random long in a temp directory name
...
Reviewed-by: bpb, alanb
2016-11-02 18:45:14 +03:00
Daniel Fuchs
05be04a123
8152515: (logging) LogManager.resetLogger should ignore LinkageError
...
LogManager.resetLogger will also ignore errors, but only while shutting down.
Reviewed-by: rriggs, dholmes
2016-11-02 14:46:40 +00:00
Sergey Bylokhov
b86962aeb8
8168998: Incorrect implementation of equals in Encoding and Type in JavaSound
...
Reviewed-by: prr, amenkov
2016-11-02 17:14:57 +03:00
Athijegannathan Sundararajan
65f0e66185
8169050: underscore_linker.js sample fails after dynalink changes for JDK-8168005
...
Reviewed-by: jlaskey, hannesw
2016-11-02 18:36:26 +05:30
Christoph Langer
cc20838f95
8168771: Remove #ifdef AF_INET6 guards in libnet native coding
...
Reviewed-by: chegar
2016-11-02 11:52:51 +01:00
Erik Joelsson
fb5635d6df
8063154: Checked in jvmti.h not in sync with generated jvmti.h
...
Reviewed-by: tbell
2016-11-02 10:43:48 +01:00
Erik Joelsson
9229e79238
8063154: Checked in jvmti.h not in sync with generated jvmti.h
...
Reviewed-by: tbell
2016-11-02 10:43:23 +01:00
Erik Joelsson
644cf0d523
8063154: Checked in jvmti.h not in sync with generated jvmti.h
...
Reviewed-by: tbell
2016-11-02 10:43:03 +01:00
Weijun Wang
e10da9956f
8168518: rcache interop with krb5-1.15
...
Reviewed-by: xuelei
2016-11-02 14:44:15 +08:00
Jan Lahoda
5d215e5425
8131019: jshell tool: access javadoc from tool
...
Adding internal support to resolve {@inheritDoc} and format javadoc to plain text for use by jdk.jshell and jdk.scripting.nashorn.shell, enhancing Shift-<tab> documentation in JShell with ability to show javadoc.
Reviewed-by: jjg, rfield
2016-11-02 07:38:37 +01:00
Jan Lahoda
da69501b8e
8131019: jshell tool: access javadoc from tool
...
Disabling doclint on jdk.compiler/jdk.internal.* packages, to disable lint on newly added jdk.compiler/jdk.internal.shellsupport.doc package.
Reviewed-by: jjg, rfield
2016-11-02 07:36:55 +01:00
Frank Yuan
da8297c433
8168968: Two jaxp tests failing after JDK-8167646
...
Reviewed-by: joehw, weijun
2016-11-02 14:16:13 +08:00
Athijegannathan Sundararajan
d9bc8cbcdb
8160063: Provide a means to disable a plugin via the command line
...
Reviewed-by: jlaskey
2016-11-02 10:49:15 +05:30
Prem Balakrishnan
46ce08f254
8159132: [PIT][TEST_BUG] java/awt/FileDialog/FileDialogIconTest/FileDialogIconTest.java fails
...
Reviewed-by: alexsch, aghaisas
2016-11-02 08:46:41 +05:30
Paul Sandoz
530da2782a
8168841: The JavaDoc of java.util.stream.Collectors method collectingAndThen has incorrect code snippet
...
Reviewed-by: smarks, lancea, tvaleev
2016-11-01 17:29:49 -07:00
Paul Sandoz
1730680ce7
8167974: MethodHandles.iteratedLoop(...) fails with CCE in the case of iterating over array
...
8167966: MethodHandles.iteratedLoop fails with IAE in the case of correct arguments
Reviewed-by: redestad
2016-11-01 17:29:48 -07:00
Paul Sandoz
ff33d165a6
8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java
...
Reviewed-by: redestad
2016-11-01 17:20:45 -07:00
Joe Darcy
293d086bd9
8169025: Problem list ClassPathWithDoubleQuotesTest.java until JDK-8169005 is fixed
...
Reviewed-by: ksrini
2016-11-01 14:47:07 -07:00
Steve Drach
674c5463e3
8156499: Update jlink to support creating images with modules that are packaged as multi-release JARs
...
Reviewed-by: alanb, mchung
2016-11-01 14:36:26 -07:00
Stuart Marks
2380985895
8165646: (jdeprscan) adjust tool output to improve clarity
...
Reviewed-by: jjg, psandoz
2016-11-01 11:28:16 -07:00
Erik Joelsson
51c8f332e9
8168982: Missing dependency for docs-copy
...
Reviewed-by: tbell
2016-11-01 15:55:15 +01:00
Vicente Romero
d23149e827
8167431: javac takes too long time to resolve interface dependency
...
Reviewed-by: mcimadamore
2016-11-01 10:51:53 -04:00
Attila Szegedi
8ad5a6b4a1
8168005: Introduce namespaces for GET, SET Dynalink operations
...
Reviewed-by: hannesw, sundar
2016-11-01 15:31:44 +01:00
Vicente Romero
32ca4bf4c7
8132562: javac fails with CLASSPATH with double-quotes as an environment variable
...
Reviewed-by: jjg
2016-11-01 10:14:42 -04:00
Kirill Zhaldybin
db6e54d852
8168493: Convert TestBitMap_test to GTest
...
Reviewed-by: kbarrett, tschatzl
2016-11-01 16:23:29 +03:00