55545 Commits

Author SHA1 Message Date
Roland Schatz
76b459d629 8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
Reviewed-by: twisti
2016-02-03 12:16:44 +01:00
Jamsheed Mohammed
eb2347dd71 8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
ExceptionCache read is lock-free and assume strong memory ordering in write code. Added storestore memory barrier in write path to handle this.

Reviewed-by: kvn, thartmann, dlong
2016-02-04 12:33:31 +01:00
Sergey Bylokhov
57e0ace082 8074165: Deprecate support for AppletViewer
Reviewed-by: almatvee, ssadetsky
2016-01-22 15:46:24 +03:00
Shanliang Jiang
83e0997bbd 8144430: Improve JMX connections
Reviewed-by: dfuchs, jbachorik, skoivu, ahgross
2016-01-22 13:27:09 +01:00
Alexander Stepanov
08f0edbf5a 8146881: [TEST] update some imageio plugins tests to affect TIFF format
Reviewed-by: serb, ssadetsky
2016-01-22 13:37:46 +03:00
Michael Haupt
3020dc6a71 8134933: re-enable LambdaFormEditor assertions in Nashorn testing
Reviewed-by: sundar
2016-01-22 11:12:26 +01:00
Jonathan Gibbons
055516f9c8 8147995: 8147930 uses incorrect whitespace in langtools/test/Makefile
Reviewed-by: mikael, mchung
2016-01-21 15:55:17 -08:00
David Dehaven
8969d1404a Merge 2016-01-21 14:49:02 -08:00
David Dehaven
09d80df880 Merge 2016-01-21 14:48:41 -08:00
Lana Steuck
b077dc9ae5 Merge 2016-01-21 10:17:48 -08:00
Lana Steuck
c61ab1880f Merge 2016-01-21 10:17:21 -08:00
Lana Steuck
34837ee9b7 Merge 2016-01-21 10:17:05 -08:00
Lana Steuck
c61b432645 Merge 2016-01-21 10:16:59 -08:00
Lana Steuck
ea8c4d0244 Merge 2016-01-21 10:16:42 -08:00
Lana Steuck
bcaa8c1c59 Merge 2016-01-21 10:16:09 -08:00
Lana Steuck
7f2475695e Merge 2016-01-21 10:15:38 -08:00
Lana Steuck
ef5106f3ea Merge 2016-01-21 10:15:28 -08:00
Lana Steuck
82ccbd9ae7 Added tag jdk-9+102 for changeset 722ab3267903 2016-01-21 09:46:08 -08:00
Lana Steuck
94d8bdfa27 Added tag jdk-9+102 for changeset cb71f7f18b6f 2016-01-21 09:46:07 -08:00
Lana Steuck
4b50f0d923 Added tag jdk-9+102 for changeset 93b315c61ca3 2016-01-21 09:46:03 -08:00
Lana Steuck
934eae7f00 Added tag jdk-9+102 for changeset 254cbe482e81 2016-01-21 09:46:01 -08:00
Lana Steuck
3cfb62746e Added tag jdk-9+102 for changeset 7e3feb2ba5b3 2016-01-21 09:46:01 -08:00
Lana Steuck
c688dcc7e0 Added tag jdk-9+102 for changeset 62df07007db2 2016-01-21 09:45:58 -08:00
Lana Steuck
11203c3846 Added tag jdk-9+102 for changeset 05d2c272a439 2016-01-21 09:45:57 -08:00
Lana Steuck
50bc1e72da Added tag jdk-9+102 for changeset f510188ef3ac 2016-01-21 09:45:55 -08:00
Artem Smotrakov
c0662e94e8 8138990: Implementation of HTTP Digest authentication may be more flexible
Reviewed-by: michaelm
2016-01-21 09:15:31 -08:00
Roland Westrelin
dc88c70fbb 8147853: "assert(t->meet(t0) == t) failed: Not monotonic" with sun/util/calendar/zi/TestZoneInfo310.java
Type of counted loop Phi may be saturated before special code to handle counted loops kicks in

Reviewed-by: kvn
2016-01-21 18:04:14 +01:00
Erik Joelsson
1f8105bb0c 8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
Reviewed-by: tbell
2016-01-21 17:35:28 +01:00
Hannes Wallnöfer
fdfdf19e75 8147845: Varargs Array functions still leaking longs
Reviewed-by: mhaupt, sundar
2016-01-21 16:31:27 +01:00
Erik Joelsson
b7a0ca25cd 8147930: Langtools test Makefile still requires special make in Cygwin
Reviewed-by: ihse
2016-01-21 15:11:53 +01:00
Erik Joelsson
0e1008cb20 8147934: Remove --with-sdk-name from macosx jib profile
Reviewed-by: ihse
2016-01-21 15:10:42 +01:00
Erik Joelsson
108a946d76 8147933: Configure check for number of cpus ignores HT on Macosx
Reviewed-by: ihse
2016-01-21 15:08:49 +01:00
Goetz Lindenmaier
4e99638d69 8147937: Adapt SAP copyrights to new company name
Reviewed-by: simonis, stuefe
2016-01-21 12:37:47 +01:00
Tom Rodriguez
4205407d83 8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
Reviewed-by: twisti
2016-01-22 11:11:06 -08:00
Tom Rodriguez
87d68c21c4 8147432: JVMCI should report bailouts in PrintCompilation output
Reviewed-by: kvn, twisti
2016-01-22 11:08:07 -08:00
Roland Schatz
0691fac50b 8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass
Reviewed-by: twisti
2016-01-21 16:22:01 +01:00
Tobias Hartmann
a5d7b2b450 8065334: CodeHeap expansion fails although there is uncommitted memory
CodeHeap::expand_by() should commit remaining space if requested expansion size is too large.

Reviewed-by: kvn
2016-01-22 12:37:32 +01:00
Igor Ignatyev
025890379a 8141557: TestResolvedJavaMethod.java times out after 1000 ms
Reviewed-by: twisti
2016-01-21 22:23:22 +03:00
Pavel Punegov
157f8f1313 Merge 2016-01-21 15:07:42 +01:00
Tobias Hartmann
f10b59d34a Merge 2016-01-21 11:30:22 +00:00
Alexander Kulyakhtin
a58cdadbf2 8147848: [TESTBUG] tmtools tests ported to JTREG need to be quarantined
Quarantined some tests with false failures

Reviewed-by: sla
2016-01-21 14:17:49 +03:00
Rob McKenna
9ed7f82314 8147931: Incorrect edits for JDK-8064330
Reviewed-by: coffeys
2016-01-21 10:31:45 +00:00
Rob McKenna
08694bb7e1 8064330: Remove SHA224 from the default support list if SunMSCAPI enabled
Reviewed-by: xuelei
2016-01-21 09:33:23 +00:00
Chris Hegarty
3cc90f5cd6 8147922: Remove sun.misc.ClassFileTransformer
Reviewed-by: alanb, mchung
2016-01-21 09:26:13 +00:00
Rajeev Chamyal
66b2ad7877 8146276: Right aligned ToolBar component does not appear
Reviewed-by: alexsch, psadhukhan
2016-01-21 13:41:02 +05:30
Rajeev Chamyal
b0c250a189 8139213: [macosx] Mac OS X Aqua Look and Feel: JOptionPane can truncate the first button
Reviewed-by: alexsch, psadhukhan
2016-01-21 13:27:56 +05:30
Rajeev Chamyal
9c3a40427c 7104635: HTMLEditorKit fails to write down some html files
Reviewed-by: serb, alexsch
2016-01-21 13:09:17 +05:30
Daniel D. Daugherty
8411cfaf4e Merge 2016-01-20 14:11:25 -08:00
Laurent Bourgès
e8d7644b13 8147443: Use the Common Cleaner in Marlin OffHeapArray
OffHeapArray clean-up to use the jdk.internal.ref.Cleaner to free unsafe arrays (PhantomReference)

Reviewed-by: prr, rriggs, mchung
2016-01-20 22:53:45 +01:00
Laurent Bourgès
d65a51afb7 8147443: Use the Common Cleaner in Marlin OffHeapArray
OffHeapArray clean-up to use the jdk.internal.ref.Cleaner to free unsafe arrays (PhantomReference)

Reviewed-by: prr, rriggs, mchung
2016-01-20 22:53:26 +01:00