Jesper Wilhelmsson
|
a920a90e35
|
Merge
|
2016-01-26 17:13:16 +01:00 |
|
Ed Nevill
|
272ee0ade8
|
8148240: aarch64: random infrequent null pointer exceptions in javac
Disable fp as an allocatable register
Reviewed-by: aph
|
2016-01-26 14:04:01 +00:00 |
|
Christian Wimmer
|
b220252b74
|
8148202: move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
Reviewed-by: twisti
|
2016-01-26 11:28:54 -10:00 |
|
Hannes Wallnöfer
|
a6932e5352
|
8148214: Slow object allocation due to multiple synchronization
Reviewed-by: attila, mhaupt
|
2016-01-26 13:46:00 +01:00 |
|
Tobias Hartmann
|
60aa7225b0
|
Merge
|
2016-01-26 11:53:47 +00:00 |
|
Alexander Stepanov
|
e421ede779
|
8147966: [TEST] add a test for multiresolution image properties
Reviewed-by: alexsch
|
2016-01-26 13:05:21 +03:00 |
|
Tobias Hartmann
|
d569a59522
|
8147876: ciTypeFlow::is_dominated_by() writes outside dominated array
CiTypeFlow::is_dominated_by() should use block_count() instead of _methodBlocks->num_blocks().
Reviewed-by: neliasso, vlivanov, kvn
|
2016-01-26 10:46:15 +01:00 |
|
Roland Westrelin
|
36577606f6
|
Merge
|
2016-01-26 10:41:05 +01:00 |
|
Tobias Hartmann
|
7565509d93
|
Merge
|
2016-01-26 09:11:59 +01:00 |
|
Tobias Hartmann
|
97bff75cdd
|
Merge
|
2016-01-26 09:11:58 +01:00 |
|
Tobias Hartmann
|
2beba05b8b
|
Merge
|
2016-01-26 09:11:58 +01:00 |
|
Doug Simon
|
ed1d72e964
|
8147470: update JVMCI mx extensions
Reviewed-by: twisti
|
2016-01-25 14:09:28 -10:00 |
|
Mark Sheppard
|
e8619ccfa0
|
8079718: IIOP Input Stream Hooking
Reviewed-by: rriggs, ahgross, coffeys, skoivu
|
2016-01-25 22:32:25 +00:00 |
|
Igor Ignatyev
|
3bebe35b7b
|
8148136: compile control tests have incorrect @build directives
Reviewed-by: kvn
|
2016-01-26 00:25:20 +03:00 |
|
Igor Ignatyev
|
972bf92ef7
|
8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java
Reviewed-by: kvn
|
2016-01-26 00:25:20 +03:00 |
|
Alejandro Murillo
|
ebe2e3bb56
|
Merge
|
2016-01-25 12:12:28 -08:00 |
|
Alan Bateman
|
5e6fc23a73
|
8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung
|
2016-01-25 19:01:32 +00:00 |
|
Alan Bateman
|
3573d65040
|
8148147: Sync up @modules from jigsaw/jake
Reviewed-by: chegar, mchung
|
2016-01-25 19:01:19 +00:00 |
|
Tom Rodriguez
|
a3351a8233
|
8148101: [JVMCI] Make CallingConvention.Type extensible
Reviewed-by: twisti
|
2016-01-25 09:12:58 -08:00 |
|
Claes Redestad
|
60134cc040
|
8148044: Remove Enum[0] constants from EnumSet and EnumMap
Reviewed-by: alanb, chegar, shade, smarks
|
2016-01-25 12:23:55 +01:00 |
|
Srikanth Adayapalam
|
78651a213e
|
8145987: Assertion failure when compiling stream with type annotation
Reviewed-by: jlahoda
|
2016-01-25 15:49:50 +05:30 |
|
Mark Sheppard
|
1cbdf12c05
|
8147862: Null check too late in sun.net.httpserver.ServerImpl
Reviewed-by: chegar
|
2016-01-24 22:27:16 +00:00 |
|
Andreas Lundblad
|
7d17c7744d
|
8145392: Build fails with "No portfile values materialized"
Increased default server startup timeout.
Reviewed-by: jlahoda
|
2016-01-24 11:44:10 +01:00 |
|
Andreas Lundblad
|
5cd3c7cac8
|
8056989: Sjavac --server option should be optional
8147568: NullPointerException in option parsing
Made --server option optional (and background=true implied)
Reviewed-by: jlahoda, erikj
|
2016-01-24 11:32:38 +01:00 |
|
Attila Szegedi
|
495414b40c
|
8133299: Nashorn Java adapters should not early bind to functions
Reviewed-by: hannesw, lagergren, sundar
|
2016-01-23 11:50:24 +01:00 |
|
Jan Lahoda
|
efa7c6652a
|
8143388: Compiler throws NullPointerException during compilation
Avoid putting "super" into a local variable while desugaring postfix operators.
Reviewed-by: mcimadamore
|
2016-01-22 21:00:26 +01:00 |
|
Hannes Wallnöfer
|
80b266507c
|
8148040: jjs -fx test does not exit
Reviewed-by: mhaupt, sundar
|
2016-01-22 17:01:41 +01:00 |
|
Nils Eliasson
|
ae0867c9f8
|
8063112: Compiler diagnostic commands should have locking instead of safepoint
Remove unnecessary vm-ops and add locking instead, improve output
Reviewed-by: kvn
|
2016-01-22 15:25:40 +01:00 |
|
Doug Simon
|
56c2dccccf
|
8148981: remove ResolvedJavaType.getClassFilePath()
Reviewed-by: twisti
|
2016-02-03 12:16:44 +01:00 |
|
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 |
|