Weijun Wang
cccb39a270
8024302: Clarify jar verifications
...
8023338: Update jarsigner to encourage timestamping
Reviewed-by: mullan, ahgross
2013-09-19 10:40:16 +08:00
Bhavesh Patel
484e378a9d
8015249: javadoc fails to document static final fields in annotation types
...
Reviewed-by: jjg
2013-09-18 17:13:26 -07:00
Mike Duigou
82705bda51
8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps
...
Reviewed-by: alanb, chegar, dholmes, ksrini
2013-09-18 20:08:00 -04:00
Lana Steuck
e05ff03241
Merge
2013-09-18 16:01:37 -07:00
Igor Veresov
f99391ee6f
8023542: Test java/io/File/CheckPermission.java fails due to unfinished recursion (java.lang.StackOverflowError) when JIT'ed code (-client,-server) is running
...
Move null check before klass reference materialization in checkcast
Reviewed-by: kvn, roland
2013-09-18 14:10:21 -07:00
Kevin Walls
191f6c346d
Merge
2013-09-18 19:50:44 +02:00
Zhengyu Gu
513743fb82
Merge
2013-09-18 12:52:15 -04:00
Vladimir Ivanov
8e924e70a6
8024616: JSR292: lazily initialize core NamedFunctions used for bootstrapping
...
Reviewed-by: jrose
2013-09-18 20:12:05 +04:00
Vladimir Ivanov
b91ee23895
8001107: @Stable annotation for constant folding of lazily evaluated variables
...
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: twisti, kvn, rbackman
2013-09-23 19:51:40 +04:00
Mike Duigou
2a3c1e97b2
8025686: Update jdk repo netbeans projects to support NetBeans 7.4 for Java 8 support
...
Reviewed-by: lancea, chegar
2013-10-01 10:37:05 -07:00
Mike Duigou
bf70514208
8025067: Unconditionally throw NPE if null op provided to Arrays.parallelPrefix
...
Reviewed-by: henryjen, chegar, psandoz
2013-10-01 10:23:00 -07:00
Stephen Colebourne
8fd60ce581
7057785: Add note about optional support of recursive methods for self-referential Collection/Map
...
Reviewed-by: scolebourne, darcy, mduigou
2013-09-30 15:50:06 -07:00
Aleksei Efimov
2a5d8d6d8c
8024707: TransformerException : item() return null with node list of length != 1
...
Reviewed-by: joehw, lancea
2013-10-01 17:15:43 +04:00
Paul Sandoz
223c6bf379
8024408: Specifications for Collection/List/Set/SortedSet.spliterator() need to document if all the (subclass) instances are required to return SIZED spliterators
...
Reviewed-by: alanb
2013-10-01 12:19:20 +02:00
Naoto Sato
3debf156b1
8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
...
Reviewed-by: ksrini, akhil
2013-09-30 16:15:49 -07:00
Leonid Romanov
5108c579fe
7188071: closed/java/awt/TrayIcon/TrayIconSecurity/GrantedTrayIconTest fails
...
Reviewed-by: anthony, serb
2013-09-18 18:36:57 +04:00
Daniel D. Daugherty
41bce440a4
8019835: Strings interned in different threads equal but does not ==
...
Add -XX:+VerifyStringTableAtExit option and code to verify StringTable invariants.
Reviewed-by: rdurbin, sspitsyn, coleenp
2013-09-18 07:02:10 -07:00
Thomas Schatzl
3111ab9115
Merge
2013-09-18 15:59:41 +02:00
Sergey Gabdurakhmanov
c5c705217b
8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR
...
Check that the _java_thread parameter is valid when it is possible that the JavaThread has exited after the initial checks were made in generated/jvmtifiles/jvmtiEnter.cpp: jvmti_GetCurrentContendedMonitor()
Reviewed-by: dcubed, dsamersoff
2013-09-18 16:48:49 +04:00
Andreas Lundblad
775822bed7
8024127: javac, Code_attribute.exception_table_langth should be Code_attribute.exception_table_length
...
Exception_table_langth renamed to exception_table_length
Reviewed-by: jfranck, jjg
2013-09-18 14:39:27 +02:00
Magnus Ihse Bursie
c36b649145
8024849: Don't remove upper case letters from username when setting USER_RELEASE_SUFFIX
...
Reviewed-by: erikj
2013-09-18 13:49:49 +02:00
Thomas Schatzl
f6e98b8181
8024669: Native OOME when allocating after changes to maximum heap supporting Coops sizing on sparcv9
...
After changes in 8010722 the ergonomics for calculating the size of the heap that supports zero based compressed oops changed. This lead to the VM actually using zero based compressed oops. Due to low default HeapBaseMinAddress, the OS mapping in the application image at the same address, and limitations of the malloc implementation on Solaris this resulted in very little C heap available for the VM. So the VM immediately gives a native OOME when the machine has lots of physical memory (>=32G). The solution is to increase the HeapBaseMinAddress so that the VM has enough C heap.
Reviewed-by: kvn, brutisso
2013-09-18 13:18:52 +02:00
Mikhail Cherkasov
dae6feeefd
8016746: Test javax/swing/JTable/7068740/bug7068740.java fails
...
Reviewed-by: serb, alexsch
2013-09-18 15:12:13 +04:00
Athijegannathan Sundararajan
8f90571322
8024973: Using a different ScriptContext with a CompiledScript results in ScriptException
...
Reviewed-by: jlaskey, hannesw
2013-09-18 16:36:25 +05:30
Magnus Ihse Bursie
862bc33d7a
8024815: Make --with-dxsdk and friends deprecated
...
Reviewed-by: erikj
2013-09-18 12:37:54 +02:00
Anton Tarasov
cebaf1314e
8024839: [Unified Swing/Fx threading] don't schedule an event dispatching from the event dispatch thread
...
Reviewed-by: anthony, pchelko
2013-09-18 12:25:13 +04:00
Thomas Schatzl
3e4a59f797
8024662: gc/arguments/TestUseCompressedOopsErgo.java does not compile
...
Fix compilation error and use of an outdated VM option in the test
Reviewed-by: stefank, jwilhelm
2013-09-18 10:02:19 +02:00
Athijegannathan Sundararajan
e287ff4ec9
8024972: for (LeftHandSideExpression in Expression) crashes the compiler
...
Reviewed-by: lagergren, hannesw
2013-09-18 13:06:17 +05:30
Rickard Bäckman
0f418a050c
Merge
2013-09-18 09:31:01 +02:00
Albert Noll
73fa617082
8022883: Assertion failed: sweptCount >= flushedCount + markedCount + zombifiedCount
...
Provide correct number of visited nmethods to Tracing
Reviewed-by: kvn, iveresov
2013-09-18 07:22:20 +02:00
John R Rose
d0ad8f875c
Merge
2013-09-17 20:48:42 -07:00
David Katleman
4adbc8344e
Merge
2013-09-17 19:09:19 -07:00
David Katleman
4dcfb1332b
Merge
2013-09-17 19:06:17 -07:00
Jesper Wilhelmsson
c00f905a5f
Merge
2013-09-18 00:08:00 +00:00
Niclas Adlertz
aadc88fb53
Merge
2013-09-17 16:07:37 -07:00
Jonathan Gibbons
7cc012b008
8024538: -Xdoclint + -Xprefer:source + incremental compilation == FAIL
...
Reviewed-by: darcy
2013-09-17 14:17:13 -07:00
Christian Tornqvist
98d8f57603
Merge
2013-09-17 23:12:27 +02:00
David Katleman
e2dc308c9f
Merge
2013-09-17 13:42:21 -07:00
David Katleman
54be6621c6
Merge
2013-09-17 13:41:29 -07:00
Erik Helin
2cab7ea037
8024718: Metaspace performance counters and memory pools should report the same data
...
Reviewed-by: stefank, dholmes, coleenp
2013-09-17 20:59:07 +02:00
Mikhailo Seledtsov
876967ae1f
7149464: [TESTBUG] Test runtime/7020373/Test7020373.sh failed to clean up files after test
...
Re-wrote in Java, this also eliminated temporary result file; set upper limit on malloc'd memory
Reviewed-by: dcubed, dholmes, ccheung
2013-09-17 20:20:03 +02:00
Mikhailo Seledtsov
a19b450d56
8016029: test runtime/6878713/Test6878713.sh failed
...
Rewrote test in Java; updated the test condition to reflect latest changes in the source
Reviewed-by: dholmes, ctornqvi
2013-09-17 20:09:32 +02:00
Lana Steuck
e4217ce785
Merge
2013-09-17 08:21:42 -07:00
Lana Steuck
8ba6b5e2f1
Merge
2013-09-17 08:21:11 -07:00
Lana Steuck
3cd103bbeb
Merge
2013-09-17 08:16:33 -07:00
Peter Allwin
86d8a77b06
7196151: ParserTest SEGv on solaris
...
Reviewed-by: sla, coleenp, ctornqvi, dsamersoff
2013-09-17 17:16:28 +02:00
Lana Steuck
3d039506fe
Merge
2013-09-17 08:08:07 -07:00
Lana Steuck
cec523755a
Merge
2013-09-17 08:08:01 -07:00
Lana Steuck
7043b209a6
Merge
2013-09-17 08:07:14 -07:00
Christian Tornqvist
0051ace82a
8014905: [TESTBUG] Some hotspot tests should be updated to divide test jdk and compile jdk
...
Change JDKToolFinder to look in compile.jdk if the executable cannot be found in test.jdk
Reviewed-by: dholmes, hseigel
2013-09-17 16:55:53 +02:00