mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8035820: Optimistic recompilation
Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com> Reviewed-by: hannesw, jlaskey, sundar
This commit is contained in:
parent
18489cc7a4
commit
e9e7dd2ec1
213 changed files with 15692 additions and 4915 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
// Assert is TestNG's Assert class
|
||||
Object.defineProperty(this, "Assert", {
|
||||
configuable: true,
|
||||
configurable: true,
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
value: Packages.org.testng.Assert
|
||||
|
@ -37,7 +37,7 @@ Object.defineProperty(this, "Assert", {
|
|||
|
||||
// fail function to call TestNG Assert.fail
|
||||
Object.defineProperty(this, "fail", {
|
||||
configuable: true,
|
||||
configurable: true,
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
// 'error' is optional. if present it has to be
|
||||
|
@ -63,7 +63,7 @@ Object.defineProperty(this, "fail", {
|
|||
});
|
||||
|
||||
Object.defineProperty(this, "printError", {
|
||||
configuable: true,
|
||||
configurable: true,
|
||||
enumerable: false,
|
||||
writable: true,
|
||||
value: function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue