@@ -10,30 +10,30 @@ package <empty> {
10
10
@static private def <clinit>(): Unit =
11
11
{
12
12
A.OFFSET$_m_0 =
13
- scala.runtime.LazyVals.getStaticFieldOffset (
13
+ scala.runtime.LazyVals.getOffsetStatic (
14
14
classOf[Object {...}].getDeclaredField("x$lzy1"))
15
15
()
16
16
}
17
17
@static @static val OFFSET$_m_0: Long =
18
- scala.runtime.LazyVals.getStaticFieldOffset (
18
+ scala.runtime.LazyVals.getOffsetStatic (
19
19
classOf[Object {...}].getDeclaredField("x$lzy1"))
20
20
private def writeReplace(): Object =
21
21
new scala.runtime.ModuleSerializationProxy(classOf[A])
22
- @volatile private lazy <static> var x$lzy1: Object = null
22
+ @volatile private lazy var x$lzy1: Object = null
23
23
lazy def x(): Int =
24
24
{
25
- val result: Object = A# x$lzy1
25
+ val result: Object = A. x$lzy1
26
26
if result.isInstanceOf[Int] then scala.Int.unbox(result) else
27
27
if result.eq(scala.runtime.LazyVals.NullValue) then
28
28
scala.Int.unbox(null) else scala.Int.unbox(A.x$lzyINIT1())
29
29
}
30
30
private def x$lzyINIT1(): Object =
31
31
while <empty> do
32
32
{
33
- val current: Object = A# x$lzy1
33
+ val current: Object = A. x$lzy1
34
34
if current.eq(null) then
35
35
if
36
- scala.runtime.LazyVals.objCAS(classOf[A] , A.OFFSET$_m_0, null,
36
+ scala.runtime.LazyVals.objCAS(this , A.OFFSET$_m_0, null,
37
37
scala.runtime.LazyVals.Evaluating)
38
38
then
39
39
{
@@ -49,15 +49,15 @@ package <empty> {
49
49
}
50
50
finally
51
51
if
52
- scala.runtime.LazyVals.objCAS(classOf[A] , A.OFFSET$_m_0,
52
+ scala.runtime.LazyVals.objCAS(this , A.OFFSET$_m_0,
53
53
scala.runtime.LazyVals.Evaluating, result).unary_!()
54
54
then
55
55
{
56
56
val lock: scala.runtime.LazyVals.LazyVals$Waiting =
57
- A# x$lzy1.asInstanceOf[
57
+ A. x$lzy1.asInstanceOf[
58
58
scala.runtime.LazyVals.LazyVals$Waiting]
59
- scala.runtime.LazyVals.objCAS(classOf[A] , A.OFFSET$_m_0,
60
- lock, result)
59
+ scala.runtime.LazyVals.objCAS(this , A.OFFSET$_m_0, lock ,
60
+ result)
61
61
lock.countDown()
62
62
}
63
63
else ()
@@ -71,8 +71,8 @@ package <empty> {
71
71
then
72
72
if current.eq(scala.runtime.LazyVals.Evaluating) then
73
73
{
74
- scala.runtime.LazyVals.objCAS(classOf[A] , A.OFFSET$_m_0,
75
- current, new scala.runtime.LazyVals.LazyVals$Waiting())
74
+ scala.runtime.LazyVals.objCAS(this , A.OFFSET$_m_0, current ,
75
+ new scala.runtime.LazyVals.LazyVals$Waiting())
76
76
()
77
77
}
78
78
else
0 commit comments