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
Volker Simonis
4b46c35df3
8024900: PPC64: Enable new build on AIX (jdk part)
...
Reviewed-by: erikj
2013-09-17 14:48:14 +02:00
Niclas Adlertz
c2ed47a76e
Merge
2013-09-17 05:30:19 -07:00
Jesper Wilhelmsson
e6c8a775ed
8024884: Test name changed, test list not updated
...
Updated the test list with the new test name.
Reviewed-by: brutisso, ehelin
2013-09-17 14:02:53 +02:00
Lance Andersen
508e958dfe
7097386: Correct error in Predicate javadoc example
...
Reviewed-by: alanb, shade
2013-09-17 07:56:56 -04:00
Dan Horak
7e77954221
8024914: Swapped usage of idx_t and bm_word_t types in bitMap.inline.hpp
...
Incorrect usage of idx_t where bm_word_t is appropriate.
Reviewed-by: tschatzl, brutisso
2013-09-17 12:04:11 +02:00
Albert Noll
d11f6f252b
8024128: guarantee(codelet_size > 0 && (size_t)codelet_size > 2*K) failed: not enough space for interpreter generation
...
Increase interpreter size for x86 template interpreter
Reviewed-by: kvn, iveresov
2013-09-17 08:39:20 +02:00
Yumin Qi
81760af364
Merge
2013-09-16 18:39:53 -07:00
Yumin Qi
0cd7bc2cde
7164841: Improvements to the GC log file rotation
...
Made changes to easily identify current log file in rotation. Parameterize the input with %t for time replacement in file name.
Reviewed-by: ccheung, tschatzl, tamao, zgu
2013-09-16 15:35:04 -07:00
Karen Kinnear
9fb6519ce0
Merge
2013-09-16 15:24:11 -07:00
Karen Kinnear
9505ddf1e2
8024647: Default method resolution with private superclass method
...
Reviewed-by: kamg, minqi
2013-09-16 17:57:56 -04:00
Gerald Thornbrugh
dffefd9ecf
6986195: correctly identify Ubuntu as the operating system in crash report instead of "Debian"
...
Cleanup and document how various Linux release info files are used by print_distro_info().
Reviewed-by: dcubed, dsamersoff, coleenp, iklam, omajid
2013-09-16 12:43:34 -07:00
Omair Majid
38fb96b8d1
8024863: X11: Support GNOME Shell as mutter
...
Reviewed-by: anthony
2013-09-16 15:43:06 -04:00
Henry Jen
43e0cb6327
8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator)
...
Reviewed-by: mduigou
2013-09-16 10:28:20 -07:00
Petr Pchelko
cc5b6c903d
8024485: For 5-1 step: if input something into the 'File:' and 'Dir:', the dir output isn't empty in the output window after showing and canceling the file dialog
...
Reviewed-by: serb, anthony
2013-09-16 19:44:47 +04:00
Petr Pchelko
9d4a780ccd
8024779: [macosx] SwingNode crashes on exit
...
Reviewed-by: anthony, ant
2013-09-16 19:38:32 +04:00
Konstantin Shefov
441fa0cc1d
8015588: [TEST_BUG] [macosx] Test java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java fails on MacOSX
...
Reviewed-by: anthony, serb
2013-09-16 19:21:50 +04:00
Konstantin Shefov
52cf3b81e7
7020060: [TEST_BUG] java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed
...
Reviewed-by: anthony, serb
2013-09-16 19:15:53 +04:00
Anton Tarasov
70ab336e38
8022512: JLightweightFrame: the content pane should be transparent
...
Reviewed-by: anthony
2013-09-16 18:00:06 +04:00