Kumar Srinivasan
9b4ae823ef
8038976: javadoc requires a trailing / for links where java 7's javadoc didn't
...
Reviewed-by: jjg
2014-04-16 19:21:59 -07:00
Weijun Wang
fa14289859
8040769: add a comment to the NewInstance test
...
Reviewed-by: wetmore
2014-04-17 09:48:21 +08:00
Kumar Srinivasan
7a7a57bb88
8037484: [javadoc] fails with java.lang.IllegalStateException: endPosTable already set
...
Reviewed-by: jjg
2014-04-16 18:15:48 -07:00
Kumar Srinivasan
7a4a5803fc
8039251: Test tools/javadoc/6964914/TestStdDoclet.java fails
...
Reviewed-by: jjg
2014-04-16 18:36:43 -07:00
Neil Toda
81730320bd
8031649: Clean up javadoc tests
...
Reviewed-by: jjg
2014-04-16 16:17:09 -07:00
Christian Tornqvist
961a489536
6959423: [TESTBUG] runtime/6925573/SortMethodsTest.java times out
...
Decreased maximum number methods in generated classes and decreased ratio to make it reproduce more often
Reviewed-by: coleenp, lfoltan
2014-04-17 00:03:58 +02:00
Richard Reingruber
728ea561aa
8038048: assert(null_obj->escape_state() == PointsToNode::NoEscape,etc) runThese -full
...
Use correct set_escape_state() method.
Reviewed-by: kvn, iignatyev
2014-04-16 14:49:03 -07:00
Brian Burkhalter
e747db29cd
Merge
2014-04-16 13:13:23 -07:00
Brian Burkhalter
e1b7ec397d
6375303: Review use of caching in BigDecimal
...
Clean up of various items discovered during review of caching.
Reviewed-by: mduigou, psandoz
2014-04-16 12:59:41 -07:00
Thomas Ng
c4745c1830
Merge
2014-04-16 12:42:40 -07:00
Mattias Tobiasson
1121030e24
8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
...
Reviewed-by: mchung, jbachorik
2014-04-16 12:40:19 -07:00
Abhijit Saha
8ce25291e3
Merge
2014-04-16 10:53:10 -07:00
Mike Duigou
813a1a66d2
8040332: fixpath must explicitly quote empty string parameters
...
Reviewed-by: ihse
2014-04-16 09:00:42 -07:00
Thomas Schatzl
69c3c31317
8040002: Clean up code and code duplication in re-diryting cards for verification
...
Card re-dirtying code for verification and actual redirtying uses two different, almost completely identical card closures. Also the verification code still assumes a perm gen.
Reviewed-by: brutisso, jmasa
2014-04-16 16:47:02 +02:00
Thomas Schatzl
c5ef16027b
8019342: G1: High "Other" time most likely due to card redirtying
...
Parallelize card redirtying to decrease the time it takes.
Reviewed-by: brutisso
2014-04-16 16:46:58 +02:00
Oleg Pekhovskiy
1c659f6945
8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
...
Reviewed-by: serb, pchelko
2014-04-16 17:01:47 +04:00
Oleg Pekhovskiy
db41ea8bba
8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
...
Reviewed-by: serb, pchelko
2014-04-16 16:55:45 +04:00
Pavel Rappo
8c09bf2308
8038178: Fix corrupt license header
...
Reviewed-by: chegar, dholmes
2014-04-16 11:56:58 +01:00
Sean Mullan
127af4062a
Merge
2014-04-16 09:49:45 -04:00
Sean Mullan
e67420cefc
8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
...
Reviewed-by: xuelei
2014-04-16 09:46:49 -04:00
Jonathan Lu
3aab919815
8034220: Improve time zone mapping for AIX platform
...
Reviewed-by: okutsu
2014-04-16 17:32:39 +08:00
Thomas Schatzl
0f9e30ad06
8028710: G1 does not retire allocation buffers after reference processing work
...
G1 does not retire allocation buffers after reference processing work when -XX:+ParallelRefProcEnabled is enabled. This causes wrong calculation of PLAB sizes, as the amount of space wasted is not updated correctly.
Reviewed-by: brutisso
2014-04-16 11:05:37 +02:00
Thomas Schatzl
d9a4d02abe
8039596: Remove HeapRegionRemSet::clear_incoming_entry
...
The mentioned method is never used and out of date. So it is removed.
Reviewed-by: mgerdin, brutisso
2014-04-16 10:56:17 +02:00
Thomas Schatzl
42e4a6003c
8037344: Use the "next" field to iterate over fine remembered instead of using the hash table
...
After changes to the PerRegionTable where all these PRTs are linked together in an additional field, simplify iterating over all PRTs by using these links instead of walki
Reviewed-by: mgerdin, jwilhelm, brutisso
2014-04-16 10:55:58 +02:00
Thomas Schatzl
aa00878260
8027553: Change the in_cset_fast_test functionality to use the G1BiasedArray abstraction
...
Instead of using a manually managed array for the in_cset_fast_test array, use a G1BiasedArray instance.
Reviewed-by: brutisso, mgerdin
2014-04-16 10:55:26 +02:00
Dmitry Markov
26041134a8
8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
...
Reviewed-by: alexp, alexsch
2014-04-16 12:51:25 +04:00
Ivan Gerasimov
c738b124d3
8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
...
Reviewed-by: alanb
2014-04-16 12:37:49 +04:00
Thomas Schatzl
f8088df0b4
8038930: G1CodeRootSet::test fails with assert(_num_chunks_handed_out == 0) failed: No elements must have been handed out yet
...
The test incorrectly assumed that it had been started with no other previous compilation activity. Fix this by allowing multiple code root free chunk lists, and use one separate from the global one to perform the test.
Reviewed-by: brutisso
2014-04-16 10:14:50 +02:00
Chris Hegarty
6b404cfdfe
8038821: Fix typos in java.net
...
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: wetmore
2014-04-16 08:16:51 +01:00
Thomas Ng
404c4add66
Merge
2014-04-15 22:57:02 -07:00
Weijun Wang
ce428ecfec
8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
...
Reviewed-by: mullan
2014-04-16 10:39:36 +08:00
Robert Field
360461f136
8038420: Lambda returning post-increment generates wrong code
...
Reviewed-by: vromero, jlahoda
2014-04-15 15:55:24 -07:00
Robert Field
300fbf0889
8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
...
Remove over-zealous Attr optimization breaking lambdas
Reviewed-by: jjg, vromero
2014-04-15 15:52:52 -07:00
Alejandro Murillo
331d26800c
Merge
2014-04-15 15:37:36 -07:00
Vivi An
22bde5f770
8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
...
Reviewed-by: pchelko, alexsch
2014-04-15 15:28:01 -07:00
Vladimir Kozlov
8badeecc2c
8039050: Crash in C2 compiler at Node::rematerialize
...
Added missing calls to record_for_igvn() in loop opts. Added verification of def-use domination.
Reviewed-by: iveresov
2014-04-15 14:34:48 -07:00
Xueming Shen
0298d8c0fa
8038500: (zipfs) Upgrade ZIP provider to be a supported provider
...
To move zipfs into jdk.nio.zipfs
Reviewed-by: alanb, mchung, erikj
2014-04-15 13:17:05 -07:00
David Katleman
91e03b7d29
Added tag jdk9-b08 for changeset 1b70f28ef99f
2014-04-15 12:14:31 -07:00
David Katleman
919fd1dbac
Added tag jdk9-b08 for changeset 06ab27895804
2014-04-15 12:14:29 -07:00
David Katleman
cc49e16c38
Added tag jdk9-b08 for changeset ce60f7b62312
2014-04-15 12:13:52 -07:00
David Katleman
53ca2089be
Added tag jdk9-b08 for changeset 053266219b53
2014-04-15 12:13:29 -07:00
David Katleman
676fb8b415
Added tag jdk9-b08 for changeset bf6b3c7f8f05
2014-04-15 12:13:27 -07:00
David Katleman
ce452b9f0f
Added tag jdk9-b08 for changeset 80e041234b06
2014-04-15 12:13:17 -07:00
David Katleman
d251203b8b
Added tag jdk9-b08 for changeset 02a76805d58d
2014-04-15 12:12:52 -07:00
David Katleman
bb84198c23
Added tag jdk9-b08 for changeset 1f9fe77d878d
2014-04-15 12:12:49 -07:00
Stefan Karlsson
a97ce35fab
8039957: Replace the last few %p usages with PTR_FORMAT in the GC code
...
Reviewed-by: jwilhelm, sjohanss, jmasa
2014-04-15 20:46:23 +02:00
David Li
ca3fd10341
8037259: xerces update: xpointer update
...
Reviewed-by: lancea
2014-04-15 10:36:23 -07:00
Christian Tornqvist
ff48970954
8035173: [TESTBUG] runtime/threads/CancellableThreadTest fails with OOM on windows-i586
...
Test ported to jtreg, thread pairs decreased from 1024 to 128 to avoid OOM on 32 bit Windows
Reviewed-by: sla, dsimms
2014-04-15 19:03:51 +02:00
Andrey Zakharov
bacf6d7233
8037925: CMM Testing: an allocated humongous object at the end of the heap should not prevents shrinking the heap
...
New test added.
Reviewed-by: ehelin, tschatzl, jwilhelm
2014-04-15 18:09:53 +02:00
Miroslav Kos
8dd19676cb
8035613: With active Securitymanager JAXBContext.newInstance fails
...
Adding required doPrivileged section into JAXB classes; fix also reviewed by Iaroslav Savytskyi, Alexander Fomin
Reviewed-by: mullan, mgrebac
2014-04-15 10:31:11 -04:00