8035820: Optimistic recompilation

Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com>
Reviewed-by: hannesw, jlaskey, sundar
This commit is contained in:
Attila Szegedi 2014-02-26 13:17:57 +01:00
parent 18489cc7a4
commit e9e7dd2ec1
213 changed files with 15692 additions and 4915 deletions

View file

@ -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) {