Ron Durbin
54da05d840
8028749: java -version crashes with 'fatal error: heap walk aborted with error 1'
...
Check_heap() should only call HeapWalk() when HeapLock() is successful.
Reviewed-by: ctornqvi, sla, dcubed
2014-05-15 10:44:20 -07:00
Lana Steuck
286036ede8
Merge
2014-05-15 10:42:58 -07:00
Lana Steuck
75a1915cbb
Merge
2014-05-15 10:42:19 -07:00
Lana Steuck
fa77b083c4
Merge
2014-05-15 10:41:25 -07:00
Lana Steuck
ec15b9375a
Merge
2014-05-15 10:40:38 -07:00
Lana Steuck
f1eb2bc57f
Merge
2014-05-15 10:40:27 -07:00
Lana Steuck
a628ec1c7d
Merge
2014-05-15 10:40:18 -07:00
David Katleman
d0b62420a1
Added tag jdk9-b13 for changeset 743eee69ce3f
2014-05-15 10:26:03 -07:00
David Katleman
0fa48738ed
Added tag jdk9-b13 for changeset 069586f14799
2014-05-15 10:26:01 -07:00
David Katleman
7f31c9fecd
Added tag jdk9-b13 for changeset c946ad0de0ac
2014-05-15 10:25:51 -07:00
David Katleman
63f88b71f6
Added tag jdk9-b13 for changeset 9c47b760a47f
2014-05-15 10:25:50 -07:00
David Katleman
97a50c8a18
Added tag jdk9-b13 for changeset 8ee3c3ffd554
2014-05-15 10:25:47 -07:00
David Katleman
5a070398b3
Added tag jdk9-b13 for changeset ca74accc73cf
2014-05-15 10:25:40 -07:00
David Katleman
3c63418ea9
Added tag jdk9-b13 for changeset 9bd83c6b1976
2014-05-15 10:25:33 -07:00
David Katleman
06ad02877b
Added tag jdk9-b13 for changeset 3a0155bc559c
2014-05-15 10:25:31 -07:00
Attila Szegedi
b0873269dc
8043235: Type-based optimizations interfere with continuation methods
...
Reviewed-by: jlaskey, lagergren
2014-05-15 15:28:51 +02:00
Lois Foltan
ca501f6b00
8041918: BootstrapMethods attribute cannot be empty
...
Allow a BootstrapMethods attribute that contains an empty bootstrap_methods table where num_bootstrap_methods is equal to zero.
Reviewed-by: coleenp, hseigel
2014-05-15 09:25:27 -04:00
Mike Duigou
de310a9169
8043182: hgforest.sh: syntax error on line 329
...
Reviewed-by: darcy
2014-05-14 16:45:07 -07:00
Igor Veresov
d7b76028a4
8043063: Code aging should allocate MethodCounters when flushing a method
...
Make sure that MethodCounters are present when the method is flushed for the first time to switch on code aging
Reviewed-by: kvn
2014-05-14 14:28:09 -07:00
Rickard Backman
f0baee0a2c
8041934: com/sun/jdi/RepStep.java fails in RT_Baseline on all platforms with assert(_cur_stack_depth == count_frames()) failed: cur_stack_depth out of sync
...
Missing call to jvmti_method_exit from native wrapper code
Reviewed-by: twisti, dcubed, sspitsyn
2014-05-14 20:44:33 +02:00
David Chase
ac6a099ed7
8043164: Format warning in traceStream.hpp
...
Added cast to placate gcc
Reviewed-by: kvn, zgu
2014-05-14 22:54:45 -04:00
Christian Tornqvist
d8ec75da34
8042595: [TESTBUG] runtime/7110720/Test7110720.sh rarely fails with message "explicit compiler command file not read"
...
Removed the shell test and moved the testcases into the already existing Java based tests
Reviewed-by: coleenp, lfoltan
2014-05-14 18:18:58 +02:00
Volker Simonis
397abe646b
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
...
Added conditions around macro definitions for pragmas.
Reviewed-by: kvn
2014-05-14 12:09:13 -04:00
Attila Szegedi
4fd3436709
8043133: Fix corner cases of JDK-8041995
...
Reviewed-by: hannesw, lagergren
2014-05-14 17:05:08 +02:00
Pavel Rappo
a134b62a96
7153400: ThreadPoolExecutor's setCorePoolSize method allows corePoolSize > maxPoolSize
...
Reviewed-by: chegar, martin, mduigou
2014-05-14 15:46:27 +01:00
Aleksei Efimov
d395efe8f5
8043012: (tz) Support tzdata2014c
...
Reviewed-by: okutsu, peytoia
2014-05-15 18:18:19 +04:00
Naoto Sato
d0dadf23c5
8041791: String.toLowerCase regression - violates Unicode standard
...
Reviewed-by: peytoia
2014-05-14 10:52:51 -07:00
Alan Bateman
3b959b9adf
8043119: (props) Properties.storeToXML closes output stream
...
Reviewed-by: lancea
2014-05-14 16:40:53 +01:00
Mikhailo Seledtsov
6e58e65cf7
8041938: [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java failed in RT_Baseline with 'Unable to create shared archive file' missing from stdout/stderr
...
His test is unstable in automated testing system, team agreed to remove it
Reviewed-by: coleenp, gtriantafill
2014-05-14 10:38:40 -04:00
Matherey Nunez
4470510f04
8044154: Nashorn : all tests failed with java.security.AccessControlException
...
Reviewed-by: attila, sundar
2014-05-14 15:50:04 +02:00
Attila Szegedi
a305329ba1
8043137: Collapse long sequences of NOP in Nashorn bytecode output
...
Reviewed-by: jlaskey, lagergren
2014-05-14 16:29:14 +02:00
Attila Szegedi
9f521f94cc
8043004: Reduce variability at JavaAdapter call sites
...
Reviewed-by: lagergren, sundar
2014-05-14 15:55:27 +02:00
Daniel Fuchs
14363dbaab
8041564: Improved management of logger resources
...
Reviewed-by: skoivu, mchung, igerasim
2014-05-14 15:40:39 +02:00
Athijegannathan Sundararajan
309274646c
8043132: Nashorn : all tests failed with java.security.AccessControlException
...
Reviewed-by: jlaskey, attila
2014-05-14 19:01:05 +05:30
Per Lidén
04341bfffb
8040804: G1: Concurrent mark stuck in loop calling os::elapsedVTime()
...
Reviewed-by: brutisso, tschatzl
2014-05-14 14:32:23 +02:00
Per Lidén
3f35cb0ca0
8040803: G1: Concurrent mark hangs when mark stack overflows
...
Reviewed-by: brutisso, ehelin
2014-05-14 13:32:44 +02:00
Michael McMahon
df9743eb64
8034170: src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java
...
Reviewed-by: chegar
2014-05-14 11:16:41 +01:00
Attila Szegedi
3f3f8fddc7
8043003: Use strongly referenced generic invokers
...
Reviewed-by: lagergren, sundar
2014-05-14 10:51:39 +02:00
Dan Smith
5efa462340
8042882: Support verbosity options in langtools testing
...
8032441: langtools/test/Makefile breaks when JT_JAVA set to a JDK 9 build
Reviewed-by: mduigou
2014-05-13 15:34:13 -06:00
Dan Smith
9798cbad4c
8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
...
Rewrite most-specific logic to conform to JLS 8 15.12.2.5
Reviewed-by: vromero
2014-05-13 15:29:09 -06:00
Sean Coffey
d787124547
8042906: Remove use of reflection in ORB
...
Reviewed-by: alanb, chegar, dfuchs, psandoz
2014-05-13 20:59:37 +01:00
David DeHaven
17a7184b51
8003900: X11 dependencies should be removed from Mac OS X build
...
Reviewed-by: anthony, art, pchelko
2014-05-13 10:29:12 -07:00
Alexander Zvegintsev
6975db94bc
8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
...
Reviewed-by: pchelko, serb
2014-05-15 20:24:13 +04:00
Anton Litvinov
5b7ccb7c0a
8041725: Nimbus JList selection colors persist across L&F changes
...
Reviewed-by: alexsch, alexp
2014-05-15 20:21:17 +04:00
Oleg Pekhovskiy
9aa0cef64a
8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
...
Reviewed-by: serb, pchelko
2014-05-15 20:09:38 +04:00
Andrew Brygin
a89eab1dc7
6945174: IndexOutOfBoundsException calling ImageIO.read() on malformed PNG
...
Reviewed-by: prr, serb
2014-05-14 18:19:14 +04:00
Mike Duigou
d0094c4295
8042810: hgforest: some shells run read in sub-shell and can't use fifo
...
Reviewed-by: chegar, erikj
2014-05-13 08:42:44 -07:00
Attila Szegedi
6242ce6c5f
8043002: Improve performance of Nashorn equality operators
...
Reviewed-by: lagergren, sundar
2014-05-13 14:54:21 +02:00
Sergey Bylokhov
db84d6b169
8042007: Javadoc cleanup of javax.sound.sampled.spi package
...
Reviewed-by: pchelko, bagiras
2014-05-13 16:06:12 +04:00
Alan Bateman
51093931dc
8042889: (props) Properties.loadFromXML/storeToXML should consistently use the UKit parser
...
Reviewed-by: joehw, chegar, mchung
2014-05-13 11:03:25 +01:00