Xue-Lei Andrew Fan
521f9a2048
8032473: Restructure JSSE regression test hierarchy in jdk test
...
Reviewed-by: weijun
2014-03-05 07:24:34 +00:00
Joe Darcy
751adf9af1
8035452: Fix serial lint warnings in core libs
...
Reviewed-by: smarks
2014-03-04 18:32:27 -08:00
Joe Darcy
3889cebe94
8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
...
Reviewed-by: smarks
2014-03-04 18:28:56 -08:00
Robert Field
2e148fb065
8035776: Consistent Lambda construction
...
Reviewed-by: ahgross, briangoetz, dlsmith
2014-03-04 15:33:30 -08:00
Chris Hegarty
15411a6579
8036584: Review comments from 8035897
...
Reviewed-by: alanb
2014-03-04 13:27:55 +00:00
Petr Pchelko
6b95f47b7f
8035325: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Component.cpp
...
Reviewed-by: anthony, serb
2014-03-04 11:43:12 +04:00
Neil Toda
735e586b5f
8035878: javadoc tool documentation should be using {@code ..} specifier
...
Reviewed-by: jjg
2014-03-03 15:24:31 -08:00
Neil Toda
72641e4e7f
8035877: javadoc classes are missing @return and @param tags
...
Reviewed-by: jjg
2014-03-03 15:10:01 -08:00
Neil Toda
1f9569d235
8035875: remove deprecated html <font> tags from javadoc package-info.java file
...
Reviewed-by: jjg
2014-03-03 15:03:17 -08:00
Eric McCorkle
6b9060ac8f
8036142: Remove redundant call to annotateTypeLater with null Symbol
...
AnnotateTypeLater (formerly typeAnnotate) with null as the symbol was a way to force attribution of type annotations, but this is now obsolete and problematic, and a silent noop condition
Reviewed-by: jjg
2014-03-03 16:17:32 -05:00
Coleen Phillimore
1a95f3a409
8035735: Metaspace::contains become extremely slow in some cases
...
Call is_metadata instead which does less work for the call in debugInfo.hpp which is called for all compiled code stack frames.
Reviewed-by: jmasa, dcubed
2014-03-03 13:58:52 -05:00
Mike Duigou
97dd276d1c
8036079: --with-boot-jdk-jvmargs configure options are ignored
...
Reviewed-by: erikj
2014-03-03 09:21:42 -08:00
Hannes Wallnöfer
3b5ca2458c
8035948: Redesign property listeners for shared classes
...
Reviewed-by: sundar, lagergren
2014-03-03 15:23:01 +01:00
Aleksey Shipilev
1d10b6813e
8031818: Experimental VM flag for enforcing safe object construction
...
-XX:+AlwaysSafeConstructors to unconditionally emit the trailing constructor barrier.
Reviewed-by: kvn, roland
2014-03-03 15:31:27 +04:00
Aleksey Shipilev
c4bd0f58d3
8033380: Experimental VM flag to enforce access atomicity
...
-XX:+AlwaysAtomicAccesses to unconditionally enforce the access atomicity.
Reviewed-by: roland, kvn, iveresov
2014-03-03 15:54:45 +04:00
Goetz Lindenmaier
4b9933a012
8036122: Fix warning 'format not a string literal'
...
Reviewed-by: mduigou, kvn
2014-03-03 11:54:35 +01:00
Coleen Phillimore
e8d4b7aee3
8036547: test/runtime/CompressedOops/CompressedClassPointers.java fails with product build since -XX:+PrintMiscellaneous is a debug only flag
...
Use PrintCompressedOopsMode and these other flags that match printing compressed oop information
Reviewed-by: ctornqvi, sla
2014-03-04 09:57:16 -05:00
Alexander Scherbatiy
c8ad756ad8
8035313: Change SwingLazyValue usage to lambda
...
Reviewed-by: malenkov, serb
2014-03-03 14:24:01 +04:00
Dmitry Samersoff
4482a30c61
8036102: part of the fix for 6498581 lost in mismerge
...
Restore code lost in mis-merge
Reviewed-by: dcubed
2014-03-01 09:56:15 -08:00
Serguei Spitsyn
791b5d2b0d
6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
...
It is more safe to get/update data for suspended threads at a safepoint
Reviewed-by: dcubed, twisti, dholmes
2014-03-01 08:05:55 -08:00
Dmitry Samersoff
e1998b8813
Merge
2014-03-01 01:36:48 -08:00
David Li
7ef1c32ad1
8035469: Xerces Update: EncodingMap does not recognize Java-style encodings Cp1141-Cp1149
...
Reviewed-by: lancea, joehw
2014-02-28 15:57:37 -08:00
Jan Lahoda
74250736aa
8031383: Error recovery in JavacParser could be improved
...
Improving error recovery in JavacParser by avoiding artificial nextToken in JavacParser.reportSyntaxError.
Co-authored-by: Dusan Balek <dusan.balek@oracle.com>
Reviewed-by: jjg, jfranck
2014-02-28 20:25:24 +01:00
Vicente Romero
c5ab176b3e
8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose
...
Reviewed-by: jjg
2014-02-28 18:27:14 +00:00
Alejandro Murillo
ad8d066a4a
Merge
2014-02-28 09:30:20 -08:00
Morris Meyer
c696dd6700
Merge
2014-02-28 08:02:20 -08:00
Sergey Bylokhov
9267ce8b88
8034211: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CFileDialog.m
...
Reviewed-by: pchelko, azvegint
2014-02-28 18:45:22 +04:00
Sergey Bylokhov
17b69ca45d
8034209: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CClipboard.m
...
Reviewed-by: pchelko, azvegint
2014-02-28 18:16:11 +04:00
Petr Pchelko
6ec334fede
8035327: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Win32GraphicsConfig.cpp
...
Reviewed-by: anthony, serb
2014-02-28 17:56:53 +04:00
Erik Helin
000c4d9734
Merge
2014-02-28 14:56:04 +01:00
Petr Pchelko
d2724c5184
8035332: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Window.cpp
...
Reviewed-by: anthony, serb
2014-02-28 17:52:40 +04:00
Roland Westrelin
227129c4d9
8031754: Type speculation should favor profile data from outermost inlined method
...
Favor profile data coming from outer most method
Reviewed-by: kvn, twisti
2014-02-28 13:44:16 +01:00
Mattias Tobiasson
c96fd46a4c
6625574: java/lang/management/MemoryMXBean/Pending.java fails: "pending finalization = 0 but expected > 0"
...
Move local objs variable to a static public so the the optimizer will not remove it unexpectedly.
Reviewed-by: sla
2014-02-28 13:38:51 +01:00
Pavel Punegov
bd9b40bbfb
6946101: ShellScaffold.sh based tests can issue "write error: Broken pipe" messages
...
Reviewed-by: dcubed, sla
2014-03-03 18:17:00 +04:00
Eric Wang
9d91b009c1
8035633: TEST_BUG: java/net/NetworkInterface/Equals.java and some tests failed on windows intermittently
...
Reviewed-by: chegar, alanb, igerasim
2014-03-03 11:06:38 +00:00
Weijun Wang
0903468259
8036104: Rename the PAData.java test
...
Reviewed-by: xuelei
2014-03-03 10:55:31 +08:00
Chris Hegarty
558cb26d1c
8035897: Better memory allocation for file descriptors greater than 1024 on macosx
...
Reviewed-by: michaelm
2014-03-02 19:27:43 +00:00
Chris Hegarty
cde48c9e25
8035868: Check for JNI pending exceptions in windows/native/sun/net/spi/DefaultProxySelector.c
...
Reviewed-by: alanb
2014-03-02 19:21:18 +00:00
Alan Bateman
22bc40c071
8010194: java/nio/channels/spi/SelectorProvider/inheritedChannel/run_tests.sh fails with "Timed out waiting ..." (sol)
...
Reviewed-by: chegar
2014-03-02 15:56:07 +00:00
Roger Riggs
2b22a25617
8035813: Broken link in java.lang.Iterable
...
Fixed link to ../util/
Reviewed-by: lancea
2014-03-01 11:57:57 -05:00
Vladimir Ivanov
255307847f
8033666: Make sure @ForceInline is everywhere it needs to be in sun.misc and java.lang.invoke
...
Reviewed-by: twisti, jrose
2014-03-01 02:07:30 +04:00
Vladimir Ivanov
856f5c5823
8027827: Improve performance of catchException combinator
...
8034120: MethodHandles.catchException doesn't handle VarargsCollector right
Reviewed-by: lagergren, psandoz, jrose
2014-03-01 02:05:53 +04:00
Roger Riggs
81b6eb6a69
8035106: Typo in java.time.format.Parsed error message
...
Reviewed-by: lancea
2014-02-28 17:01:12 -05:00
Roger Riggs
e112d0032d
8035889: jdk testlibrary - add printing of values of failed assertions
...
Extend and cleanup testlibrary
Reviewed-by: mchung, sla
2014-02-28 13:36:46 -05:00
Brent Christian
c92ff7d5e7
6835233: Fedora 9 jdk regression test failed: java/lang/instrument/ParallelTransformerLoader.sh
...
Remove @ignore from ParallelTransformerLoader.sh
Reviewed-by: alanb, sla, smarks
2014-02-28 10:27:54 -08:00
Joe Wang
23afad4969
8036004: Incorrect license header for a test class
...
Reviewed-by: alanb
2014-02-28 09:38:10 -08:00
Volker Simonis
3eb1d7659f
8035949: Remove unused macro USE_SELECT and clean up Unix version of net_util_md.{c,h}
...
Reviewed-by: chegar, alanb
2014-02-28 17:14:08 +01:00
Jaroslav Bachorik
e2ab209b12
8035668: [test] Check that jstat does not cause problems when monitored application exits before jstat finishes its work
...
Reviewed-by: sla
2014-02-28 15:39:15 +01:00
Erik Joelsson
a6354ef8f2
8035904: Solaris fastdebug builds are failing
...
Reviewed-by: tbell
2014-02-28 13:35:32 +01:00
Ivan Gerasimov
9bb0f46d00
8035893: JVM_GetVersionInfo fails to zero structure
...
Reviewed-by: sla, zgu
2014-02-28 16:00:40 +04:00